Hello, I keep seeing this error log:
Error: remote room (rJeKY-2LY7) timed out, requesting "getInspectData"
at Timeout.setTimeout (/home/halil/wordchain/node_modules/colyseus/lib/MatchMaker.js:156:32)
at ontimeout (timers.js:498:11)
at tryOnTimeout (timers.js:323:5)
at Timer.listOnTimeout (timers.js:290:5)
Apparently, it gets thrown from this line: https://github.com/gamestdio/colyseus/blob/4cf565a2b04550c1e3da2677a6f16e6afef6ae37/src/MatchMaker.ts#L193
It happens during gameplay, not affecting anything except my console logs :). But I would like to learn why I am getting this error.
Any ideas?
Thanks,