rocketmq-client-csharp/PushConsumer.cs (3 lines): - line 182: // TODO: cache message and dispatch them - line 199: //TODO: log error. - line 206: // TODO: log exception raised. rocketmq-client-csharp/ClientManager.cs (3 lines): - line 139: // TODO: Build exception hierarchy - line 159: // TODO: throw an exception to propagate this error? - line 214: // TODO: Collect metrics rocketmq-client-csharp/Client.cs (2 lines): - line 199: // TODO: log warning - line 341: // TODO: use the first address for now. rocketmq-client-csharp/ClientManagerFactory.cs (1 line): - line 33: // TODO: configure client managers. rocketmq-client-csharp/Protos/apache/rocketmq/v2/definition.proto (1 line): - line 181: // TODO: define semantics of invalid-digest-when-broadcasting. rocketmq-client-csharp/Utilities.cs (1 line): - line 57: // TODO: Assert associated broker has as least one service endpoint. rocketmq-client-csharp/Producer.cs (1 line): - line 50: // TODO: Add authentication header