-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
from @Ruhrpottpatriot:
I find it a bit counter intuitive, how you handled the keep alive process. If I understood it correctly, you call OpenAnsyc() and that Task only completes when the connection is closed.
Maybe change the code, so that every public async method accepts a CancellationToken and the receive Task is decoupled from ConnectAsync().
TaskCompletionSource could be an option. I'll look into it.
Metadata
Metadata
Assignees
Labels
No labels