irmen / Pyro5

Pyro 5 - Python remote objects
https://pyro5.readthedocs.io
MIT License
303 stars 36 forks source link

Small update in client2.py (callbacks examples) #72

Closed mxrch closed 1 year ago

mxrch commented 1 year ago

imho, it is wrong to rewrite the callback variable, which is first used as a decorator, and then to hold the CallbackHandler instance. (It caused me a headache trying to understand the use of callbacks 😅)

irmen commented 1 year ago

I agree! Thanks for the improvement.