You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib/msgpackrpc: Require a name when binding callables.
This change adds a required `name` argument to `MsgPackRPC.bind()` to avoid
any ambiguity when binding multiple instances of the same class for example.
Additionally, `bind()` now supports binding whole objects, by binding all of
their public methods using their respective qualified names.
Signed-off-by: iabdalkader <[email protected]>
0 commit comments