You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I am using web socket connecting, I am always calling consumeMessageReceiving and never use consumeMessageSending.
So the sentRequests is always empty and show warning logs.
The text was updated successfully, but these errors were encountered:
I saw "Unmatched response message" log for every request.
With deep look in code, in TracingmessageConsumer.consumeMessageReceiving:132
this.sentRequests
is always empty because theput
operation is only called in TracingmessageConsumer.consumeMessageSending.In parent function has this logic:
If I am using web socket connecting, I am always calling consumeMessageReceiving and never use consumeMessageSending.
So the sentRequests is always empty and show warning logs.
The text was updated successfully, but these errors were encountered: