New Connection in session when Share Screen

Is it normal to create a connection when I share screen display? what I have tried is to share and stop sharing screens in a session, whenever I share a screen it creates a new connection, leaving the previous one with publisher clean, so if I share the screen and stop sharing it 10 times I have 10 connections is normal this?

Es normal crear una conexión cuando comparto pantalla pantalla? lo que he probado es compartir y dejar de compartir pantallas en una session, siempre que comparto una pantalla me crea una conexion nueva, dejando con publisher limpia la anterior por lo cual si yo comparto la pantalla y dejo de compartirla 10 veces tengo 10 conecciones es normal esto?

You are using the “hack” of creating multiple users in the same device to send more than one publisher. That’s fine. But you should take care of past Connection objects by calling Session.disconnect once you are done with its publisher. If not, you will end up with lots of empty websockets established with OpenVidu Server. So, simply disconnect from the required Session object every time you are done with one Publisher.

Perfect, thank you very much