RemoteServer now notifies listeners on connect for non-ssl communication
This commit is contained in:
parent
5d85d874f4
commit
48dca79267
1 changed files with 2 additions and 0 deletions
|
|
@ -410,6 +410,8 @@ class RemoteServerHandler(
|
|||
} else future.getChannel.close
|
||||
}
|
||||
})
|
||||
} else {
|
||||
server.foreachListener(_ ! RemoteServerClientConnected(server))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue