christerk / ffbclient

HTML5 ffb client
MIT License
9 stars 4 forks source link

Quitting out of a game breaks future games #19

Open christerk opened 6 years ago

christerk commented 6 years ago

After quitting a game and joining a new one, the console log gets spammed by the following:

[Show/hide message details.] TypeError: this.manager is null[Learn More] phaserapp.js line 1 > eval:217:9
onMouseMove
webpack:///./node_modules/phaser/src/input/mouse/MouseManager.js?:217:9
onMouseMove self-hosted:983:17
stowelly commented 5 years ago

this seems to be ok now? was it fixed already?

christerk commented 5 years ago

Not fixed. These messages still appear in the log, at least in Firefox.

stowelly commented 5 years ago

Ah I see it now. it is in chrome too, just not when running the local dev version. should make it a pain to debug :D will see if I can spot the issue anyway