Remote room timedout requesting getInspectData

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,

Hi @halilbilgin, welcome!

That's probably because you had the monitor open in a browser tab inspecting a room that have been already disposed. Another user reported this here: https://github.com/gamestdio/colyseus/issues/140#issuecomment-390497947

This makes sense! I had better hide the colyseus monitor's logs.