Skip to content
Commit d4cc7d0e authored by Antoine Millet's avatar Antoine Millet
Browse files

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())
parent 40e9e61a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment