awakesecurity/grpc-mqtt

Remove `defaultBatchedStream` from `mqttRemoteClientMethodMap`

Closed this issue · 0 comments

The function Network.GRPC.MQTT.TH.RemoteClient.mqttRemoteClientMethodMap is misleading. It takes a defaultBatchedStream parameter which is not used anywhere. The decision to use batching or not solely depends on the proto file options. This parameter should be removed.