7 Commits

Author SHA1 Message Date
0991dc6214 IPCMediator now disposes of all connection pipes before waiting.
Changed mediator names in IPCMediatorTest.

Increased catching specificity from same type of exception.
2021-04-15 22:09:05 -05:00
a0775fdf8e Added disposing of currently waiting pipe and connected log listeners.
These changes fix the problem with service descriptor being unable to stop on Linux.
2021-04-15 21:14:16 -05:00
911724627e Added proper disposing to ServiceDescriptor.
Fixed ServiceDescriptor tests where cancellation didn't work.

Disposing currently awaited pipe terminates the task.
2021-04-10 15:25:29 -05:00
a6f4d918cb Fixed Windows OS exception on async cancel.
Specifically, ObjectDisposedException: Safe handle has been closed.
2021-04-10 14:03:13 -05:00
78e9e185c2 Changed pipe names to end with ".pipe".
Added timeouts to closing.
2021-04-10 13:57:38 -05:00
8ebe9ee9f7 ServiceDescriptor waits a little for initial pipe setup. 2021-04-08 23:02:54 -05:00
dfc54fdc00 Implemented IPC system with minimal testing.
Large naming refactoring.

Added some more tests.
2021-04-08 21:36:08 -05:00