You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ER: User A is disconnected.
AR: Both users seem to lose the connection.
Upon debugging I can see that $node->getConnection()->close() goes to
Hoa\Stream\Stream->close() and to
Hoa\Socket\Server->_close(), which in turn gets current stream (User B, Mistake!) and fcloses it.
Hello, my dear friends.
I need to say that it has been challenging trying to incorporate the library into a production environment :)
Scenario:
where $node is the stored node of user A.
ER: User A is disconnected.
AR: Both users seem to lose the connection.
Upon debugging I can see that $node->getConnection()->close() goes to
Hoa\Stream\Stream->close() and to
Hoa\Socket\Server->_close(), which in turn gets current stream (User B, Mistake!) and fcloses it.