Fixed bug with not shutting down remote event handler listener properly

This commit is contained in:
Jonas Bonér 2011-04-01 14:31:53 +02:00
parent 8ad0f075aa
commit 8e7c212481

View file

@ -144,6 +144,7 @@ abstract class RemoteSupport extends ListenerManagement with RemoteServerModule
}
def shutdown {
eventHandler.stop
removeListener(eventHandler)
this.shutdownClientModule
this.shutdownServerModule