Nicolas Cannasse 19 年之前
父节点
当前提交
d911de7d87
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/neko/net/ThreadRemotingServer.hx

+ 1 - 1
std/neko/net/ThreadRemotingServer.hx

@@ -86,7 +86,7 @@ class ThreadRemotingServer extends ThreadServer<haxe.remoting.SocketConnection,S
 		if( r != null ) {
 			if( !Std.is(r.exc,neko.io.Eof) && !Std.is(r.exc,neko.io.Error) )
 				logError(r.exc);
-			stopClient(cnx.getSocket());
+			stopClient(haxe.remoting.SocketConnection.getSocket(cnx));
 		}
 	}