mirror of https://github.com/axmolengine/axmol.git
Update socket@1.3.6 and web index
This commit is contained in:
parent
b02e110529
commit
2d77609fb7
|
@ -193,7 +193,7 @@ var SocketIOTestLayer = cc.Layer.extend({
|
|||
onMenuSIOEndpointClicked: function(sender) {
|
||||
|
||||
//repeat the same connection steps for the namespace "testpoint"
|
||||
var sioendpoint = SocketIO.connect("ws://tools.itharbors.com:4000/testpoint");
|
||||
var sioendpoint = SocketIO.connect("ws://tools.itharbors.com:4000/testpoint", {"force new connection" : true});
|
||||
|
||||
//a tag to differentiate in shared callbacks
|
||||
sioendpoint.tag = "Test Endpoint";
|
||||
|
|
2
web
2
web
|
@ -1 +1 @@
|
|||
Subproject commit d17e705f562d97f9cbae5e25a4beb17c02b4686d
|
||||
Subproject commit 63a21206cd0fc6e80fc074727293a6c95be6b6ea
|
Loading…
Reference in New Issue