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?
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?