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
When I create an IReqSocket:_factory.RequesterOpen().ThenDial(_url).Unwrap()
And send a message with the SendMsg() function, the receiver IRepSocket immediately receives the message. But after some regular interval of time, the receiver keeps receiving the same message without the sender sending it.
Is there a solution for this?
The text was updated successfully, but these errors were encountered:
When I create an IReqSocket:
_factory.RequesterOpen().ThenDial(_url).Unwrap()
And send a message with the
SendMsg()
function, the receiver IRepSocket immediately receives the message. But after some regular interval of time, the receiver keeps receiving the same message without the sender sending it.Is there a solution for this?
The text was updated successfully, but these errors were encountered: