Loading sjrpc/core/rpcconnection.py +1 −0 Original line number Diff line number Diff line Loading @@ -294,6 +294,7 @@ class RpcConnection(object): to the caller, except for the case where the method isn't found on the handler. ''' if set(RpcConnection.REQUEST_MESSAGE) <= set(message): # Handle call requests from the peer: if self._handler is not None: Loading Loading
sjrpc/core/rpcconnection.py +1 −0 Original line number Diff line number Diff line Loading @@ -294,6 +294,7 @@ class RpcConnection(object): to the caller, except for the case where the method isn't found on the handler. ''' if set(RpcConnection.REQUEST_MESSAGE) <= set(message): # Handle call requests from the peer: if self._handler is not None: Loading