SAP / PyRFC

Asynchronous, non-blocking SAP NW RFC SDK bindings for Python
http://sap.github.io/PyRFC
Apache License 2.0
500 stars 132 forks source link

Fix for lingering timer after Connection.call() has exited with an error #353

Closed muellma-items closed 8 months ago

muellma-items commented 8 months ago

Possible fix for Connection.call() timeout blocking main thread exiting, as described in https://github.com/SAP/PyRFC/issues/352

cla-assistant[bot] commented 8 months ago

CLA assistant check
All committers have signed the CLA.

bsrdjan commented 8 months ago

Thank you @muellma-items for the fix. The case was not covered by unit tests.