Removed get_handler and set_handler from the RpcConnection
These methods must be available only through the Rpc protocol. To access to the default RPC (aka rpc0), use the "connection.rpc" property: conn.rpc.set_handler(MyHandler())
Loading
Please register or sign in to comment