pyromod icon indicating copy to clipboard operation
pyromod copied to clipboard

Fix: an exception when Client.stop_listening is called but the future is None

Open moha-abdi opened this issue 9 months ago • 0 comments

This is a simple change, you can reproduce the issue by creatting a Client.register_next_step_handler and then calling the stop_listening method, this will find the listener but the future will be None as register_next_step_handler doesn't use future and it will rise this error: 'NoneType' object has no attribute 'done'

moha-abdi avatar May 04 '24 09:05 moha-abdi