From 882944a748d123c8715eca88536299d8570858f9 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Sat, 7 Oct 2017 23:07:40 +0200 Subject: Used patched (my) version of go-socket.io. This version fixes crash when client disconnects unexpectedly. --- lib/agent/xdsserver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/agent/xdsserver.go b/lib/agent/xdsserver.go index 014415f..518c68b 100644 --- a/lib/agent/xdsserver.go +++ b/lib/agent/xdsserver.go @@ -13,7 +13,7 @@ import ( "github.com/iotbzh/xds-agent/lib/xdsconfig" common "github.com/iotbzh/xds-common/golib" uuid "github.com/satori/go.uuid" - sio_client "github.com/zhouhui8915/go-socket.io-client" + sio_client "github.com/sebd71/go-socket.io-client" ) // Server . -- cgit 1.2.3-korg