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
Apart from empty initialization, the only line which assigns data to serverClientSockets is the following: this.serverClientSockets = this.serverClientSockets.filter( (socket2: Client) => { ...
Apart from empty initialization, the only line which assigns data to
serverClientSockets
is the following:this.serverClientSockets = this.serverClientSockets.filter( (socket2: Client) => { ...
https://github.com/bashlund/pocket-sockets/blob/main/src/SocketFactory.ts#L331
A push to that array is likely missing.
The text was updated successfully, but these errors were encountered: