diff --git a/src/publishers/dlobPublisher.ts b/src/publishers/dlobPublisher.ts index f10a66d..12c3a62 100644 --- a/src/publishers/dlobPublisher.ts +++ b/src/publishers/dlobPublisher.ts @@ -412,6 +412,9 @@ const main = async () => { if (!endpoint) { throw new Error('ENDPOINT is required for grpc'); } + if (useWebsocket) { + logger.warn('USE_GRPC overriding USE_WEBSOCKET'); + } subscriptionConfig = { type: 'grpc', grpcConfigs: {