Hello. First of all, thank you for this project that solves a lot of problems I had, using 0MQ.
I'd like to know if it's possible to register object methods as RPC endpoint.
It seems the fact that the signature enforces a single arg prevents this (self gets in the way)
Am I the only one with this kind of need ? Would it be a welcome addition ?
Thank you
Hello. First of all, thank you for this project that solves a lot of problems I had, using 0MQ.
I'd like to know if it's possible to register object methods as RPC endpoint.
It seems the fact that the signature enforces a single arg prevents this (
selfgets in the way)Am I the only one with this kind of need ? Would it be a welcome addition ?
Thank you