Use the correct sender instance.
Dieser Commit ist enthalten in:
Ursprung
25cb648cfa
Commit
d8181b7bf3
@ -126,7 +126,7 @@ public class NettyProtocolInjector implements ChannelListener {
|
|||||||
injectionFactory.fromChannel(channel, NettyProtocolInjector.this, playerFactory).inject();
|
injectionFactory.fromChannel(channel, NettyProtocolInjector.this, playerFactory).inject();
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
reporter.reportDetailed(this, Report.newBuilder(REPORT_CANNOT_INJECT_INCOMING_CHANNEL).
|
reporter.reportDetailed(NettyProtocolInjector.this, Report.newBuilder(REPORT_CANNOT_INJECT_INCOMING_CHANNEL).
|
||||||
messageParam(channel).error(e));
|
messageParam(channel).error(e));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren