zeiss-digital-innovation / SynchronizeFX

JavaFX data-binding between JVMs over the network
GNU Lesser General Public License v3.0
54 stars 10 forks source link

SynchronizeFX change listeners should be unregistered on disconnect. #2

Open rbi opened 11 years ago

rbi commented 11 years ago

After the server shut down or a client disconnected, changes on the domain model are still observed. The synchronisation over the then closed network connection result in exceptions. To solve this issue the listeners on all domain model objects should be unregistered when the network connection is shut down.