mirror of
https://github.com/bitinflow/server.git
synced 2026-03-13 13:35:53 +00:00
don't pass uri to engine.io for connection
It thinks that is for something different.
This commit is contained in:
@@ -21,9 +21,8 @@ var user_counter = new flipCounter('user-count', {
|
|||||||
auto: false
|
auto: false
|
||||||
});
|
});
|
||||||
|
|
||||||
var socket = eio('/');
|
var socket = eio();
|
||||||
socket.on('open', function () {
|
socket.on('open', function () {});
|
||||||
});
|
|
||||||
|
|
||||||
socket.on('message', function (data) {
|
socket.on('message', function (data) {
|
||||||
var msg = JSON.parse(data);
|
var msg = JSON.parse(data);
|
||||||
|
|||||||
Reference in New Issue
Block a user