-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(transport): implement kcp core functionality
Launch and Shutdown methods for kcpCore struct have been implemented, providing the core functionality for KCP transport. This includes setting up a KCP listener, accepting sessions, and handling data read from the sessions. Additionally, context management has been added for graceful shutdowns. The TypedActorRef has been enhanced to support type-safe interactions with KCP sessions, facilitating the registration and data processing of KCP connections within the vivid actor framework.
- Loading branch information
1 parent
875f881
commit b47311b
Showing
2 changed files
with
49 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters