RobertMcCoy / CodeCollaborator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Going home from an open collab session leaves socket open

RobertMcCoy opened this issue · comments

Leaving the page should probably disconnect the socket entirely under the current architecture (but as I mentioned before in a commit this is most likely implemented poorly and is probably much less efficient than leaving the socket open and handling a single session).

Leaving the socket open is fine, we have now implemented leaving rooms from our server side connection pooling.