Skip to content

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