2
0
Эх сурвалжийг харах

added data when no response exp.

Nicolas Cannasse 18 жил өмнө
parent
commit
60854919a8

+ 1 - 1
std/haxe/remoting/SocketConnection.hx

@@ -162,7 +162,7 @@ class SocketConnection extends AsyncConnection {
 			var isrequest : Bool = s.unserialize();
 			if( !isrequest ) {
 				if( sc.__funs.isEmpty() )
-					throw "No response expected";
+					throw "No response expected ("+data+")";
 				f = sc.__funs.pop();
 				val = s.unserialize();
 				if( f == null )