-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
I recently forgot to dispose a NamedPipeServer in my applications shutdown logic. Because the ServerStreamPool.ConnectionLoop is not started as a background thread, the application did not end.
I understand that it is good practice to dispose disposable objects on shutdown, but I wonder if this is really necessary in this case. Is there a reason why ServerStreamPool.ConnectionLoop is not a background thread?
See
| var thread = new Thread(ConnectionLoop); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels