#3319: Do not forward cancelled messages or handled commands
This commit is contained in:
parent
5972fd2353
commit
e46bc343e4
@ -190,7 +190,7 @@ public class UpstreamBridge extends PacketHandler
|
||||
return message;
|
||||
}
|
||||
}
|
||||
return null;
|
||||
throw CancelSendSignal.INSTANCE;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user