Socket.io ios 断线重连

我的断线重连是,重连我都是用这样的方式 this.__SOCKET = SocketIO.connect(SocketUrl, {“force new connection” : true});但是在web端是没有问题的,在ios直接崩溃

testResolution-mobile(5249,0x1a7d8ec40) malloc: *** error for object 0x17036023f: Invalid pointer dequeued from free list
*** set a breakpoint in malloc_error_break to debug

初次连接没有问题,服务器重启之后,就不行了,如何做native的断线重连呢

请问你解决了吗? 我们现在也是,web端正常,在cocos模拟器里,每次服务器断开,客户端就直接闪退…