Issue on async TCP client auto-reconnect #2499
-
Hey everyone! First of all, thank you for the package and the work! It helps me a lot in my daily work ^^. Context: Use case: When reconnecting, an asyncio CancelledError is raised in the TransactionManager class. The canceled future causes this error. Workaround I don't know if I handled my use case wrong; this is an issue with the package. Any idea? Small example:
Thank's in advance ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
your code looks ok, since you have made a workaround then please submit a pull request, so we can review it, and other users can benefit from it. |
Beta Was this translation helpful? Give feedback.
your code looks ok, since you have made a workaround then please submit a pull request, so we can review it, and other users can benefit from it.