I create two session separately and start streaming, And close them correctly from server with proper closing reason in the client. But the problem i’m facing is: there is another season which is already closed and try to be closed - and it occurs a error in the client side, webSocket is already in CLOSING or CLOSED state
.
Why this happens ? Is openvidu create any ghost session which is closed automatically ? Here is the picture of my console log:
How may I replicate the error in any demo of demos.openvidu.io?
Which steps do I have to perform?