Clients disconnect method blocks until server is shutdown.
manuel-mauky opened this issue · comments
Manuel Mauky commented
The disconnect method of SynchronizeFxClient blocks until the server is shutdown.
In my case I like to disconnect the connection when the client application is closed. Because of the blocking the applications process is still running after the application window is closed.