zeiss-digital-innovation / SynchronizeFX

JavaFX data-binding between JVMs over the network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clients disconnect method blocks until server is shutdown.

manuel-mauky opened this issue · comments

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.