davidfowl / BedrockFramework

High performance, low level networking APIs for building custom servers and clients.
MIT License
1.05k stars 153 forks source link

Add cancel and complete #129

Closed adamradocz closed 2 years ago

adamradocz commented 2 years ago

Add CompleteAsync and CancelPending to the Protocols.

adamradocz commented 2 years ago

@davidfowl I just realised that, this PR also contains the modifications of #124. Do you want me separate it from that one?

Other: Related to #127, I'd like to make a PR that updates the client sample app to show how to disconnect from the server. Is that OK with you? Just asking, because this repo seems abandoned to me.