Fixed bug with not shutting down remote event handler listener properly
This commit is contained in:
parent
8ad0f075aa
commit
8e7c212481
1 changed files with 1 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ abstract class RemoteSupport extends ListenerManagement with RemoteServerModule
|
|||
}
|
||||
|
||||
def shutdown {
|
||||
eventHandler.stop
|
||||
removeListener(eventHandler)
|
||||
this.shutdownClientModule
|
||||
this.shutdownServerModule
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue