Sockets not getting updates.
Closed this issue · 2 comments
bridgescodecamp commented
After switching to the mongo mod everything is working except when the client is subscribing to sockets it will not get any regular updates for the room, console, etc. In the logs there is a get socket unfinished when the client connects.
bridgescodecamp commented
Also there are no [127.0.0.1:57832] Incoming connection logs in the storage log but I do see that the _connect in the mongo mod does not create a socket like the common lib's _connect does.
bridgescodecamp commented
I found a change in the latest version of the screeps backend that was the issue. I needed to upgrade the backend to the latest version. Thanks.