|
@@ -113,6 +113,10 @@ class NetworkClient {
|
|
|
|
|
|
function beginRPCResult() {
|
|
function beginRPCResult() {
|
|
host.flush();
|
|
host.flush();
|
|
|
|
+
|
|
|
|
+ if( host.logger != null )
|
|
|
|
+ host.logger("RPC RESULT #" + resultID);
|
|
|
|
+
|
|
var ctx = host.ctx;
|
|
var ctx = host.ctx;
|
|
host.hasData = true;
|
|
host.hasData = true;
|
|
host.targetClient = this;
|
|
host.targetClient = this;
|
|
@@ -258,7 +262,6 @@ class NetworkHost {
|
|
if( !isAuth )
|
|
if( !isAuth )
|
|
return true;
|
|
return true;
|
|
if( owner == null ) {
|
|
if( owner == null ) {
|
|
- if( checkEOM ) ctx.addByte(EOM);
|
|
|
|
doSend();
|
|
doSend();
|
|
targetClient = null;
|
|
targetClient = null;
|
|
return true;
|
|
return true;
|