Quote:
Originally Posted by ankushchadda
I am using Chrome browser. I signed in the refree, and two players easily now.
The refree displayes the info also.
But on initiating the game, nothing happens. the refree displayes that a game room has been created, but nothing happens on either of the players window.
|
In order to help debug this, I'll need you to post the traffic logs. You can get these by setting connection.rawInput and connection.rawOutput functions to something like:
connection.rawInput = function (data) { console.log(data); };
connection.rawOutput = function (data) { console.log(data); };