Updated documentation

This commit is contained in:
nathan 2018-04-01 16:01:46 +02:00
parent d9ca5b93df
commit 6156ac1569

View File

@ -182,6 +182,7 @@ class SessionManager extends ChannelInboundHandlerAdapter {
try {
final DatagramSessionChannel finalSessionChannel = sessionChannel;
// the childGroup is the HANDSHAKE group. Once handshake is done, this will be passed off to a worker group
childGroup.register(sessionChannel)
.addListener(new ChannelFutureListener() {
@Override