execute the wrapped Runnable
This commit is contained in:
parent
6375b84c9d
commit
62028f0042
@ -30,7 +30,7 @@ public abstract class AbstractSctpChannelSink extends AbstractChannelSink {
|
|||||||
if (ch instanceof SctpChannelImpl) {
|
if (ch instanceof SctpChannelImpl) {
|
||||||
SctpChannelImpl channel = (SctpChannelImpl) ch;
|
SctpChannelImpl channel = (SctpChannelImpl) ch;
|
||||||
ChannelRunnableWrapper wrapper = new ChannelRunnableWrapper(channel, task);
|
ChannelRunnableWrapper wrapper = new ChannelRunnableWrapper(channel, task);
|
||||||
channel.worker.executeInIoThread(task);
|
channel.worker.executeInIoThread(wrapper);
|
||||||
return wrapper;
|
return wrapper;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user