pymeasure / pyleco

Python implementation of the Laboratory Experiment COntrol (LECO) protocol
MIT License
9 stars 3 forks source link

QtListener emits Request messages per default #85

Open BenediktBurger opened 4 months ago

BenediktBurger commented 4 months ago

The QtListener does emit json request messages via a signal instead of handling them in the message handler.

It is not clearly documented, that register_rpc_method is useless, unless you also add that method to local_methods as well.

Maybe we should handle all requests in the MessageHandler, unless otherwise specified.