generated from MrSphay/codex-agent-repository-kit
Allow missing legacy network channel
All checks were successful
Build / build (push) Successful in 18m47s
All checks were successful
Build / build (push) Successful in 18m47s
This commit is contained in:
@@ -32,7 +32,7 @@ public class SimpleChannel {
|
||||
}
|
||||
|
||||
public void registerPayloads(RegisterPayloadHandlersEvent event) {
|
||||
PayloadRegistrar registrar = event.registrar("1");
|
||||
PayloadRegistrar registrar = event.registrar("1").optional();
|
||||
registrar.playBidirectional(LegacyPayload.TYPE, LegacyPayload.STREAM_CODEC, this::handlePayload);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user