Skip to content

Conversation

@RoyHeerkens
Copy link

…. The ongoing async await for client connection is not canceled. [->pipe.BeginWaitForConnection(OnClientConnected, pipe)]

This causes misbehavior when an application close&start the IpcServer as the first message will be handled by the old IpcServer object

--> Added code to correctly close the openstanding async await for client connection

…. The ongoing async await for client connection is not canceled. (pipe.BeginWaitForConnection(OnClientConnected, pipe);)

This causes misbehavior when an application closes/restarts the IpcServer as the first message will be handled by the old IpcServer object

--> Added code to correctly close the openstanding async await for client connection
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