Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AsyncIO Support for DCC Connection Handling #239

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

smeinecke
Copy link

While developing with this library, I noticed that DCC connections are not managed using the asyncio library, which causes issues with DCC handling when using the asynchronous (AIO) version of the library.

This pull request introduces the following changes:

  • Added a DCCProtocol class
  • Added an AIODCCConnection class
  • Included dcc_connection_class in the AIO Reactor

TODO: Implement listen/passive DCC functionality.

Stefan M added 2 commits February 15, 2025 16:31
- Add DCCProtocol class
- Add AIODCCConnection class
- Add dcc_connection_class in AIO Reactor

TODO: implement listen/passive DCC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant