@eschmidbauer commented on this pull request.
In src/modules/nats/nats_mod.c:
> @@ -73,39 +79,36 @@ static void onMsg( natsConnection *nc, natsSubscription *sub, natsMsg *msg, void *closure) { nats_on_message_ptr on_message = (nats_on_message_ptr)closure; - char *s = (char *)natsMsg_GetSubject(msg); + // char *s = (char *)natsMsg_GetSubject(msg);
can we remove this comment?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.