Nicolas Cannasse %!s(int64=19) %!d(string=hai) anos
pai
achega
d911de7d87
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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));
 		}
 	}