Closed atonughosh closed 1 year ago
I am vacationing, will look after the problem this weekend. Happy Holidays.
I am vacationing, will look after the problem this weekend. Happy Holidays.
Ok. Thank you. Happy holidays.
I am implementing the "Retry" mechanism. Will finish it ASAP. Do you mind share your whole send/receive scripts?
I am vacationing, will look after the problem this weekend. Happy Holidays.
Ok. Thank you. Happy holidays.
I have implemented retry mechanism in the library and you can use the new parameter in send function to specify how many times you want the sender to retry if it doesn't hear an ACK packet from the receiver. The new send function has been used in the new sender.py
I am closing this issue because of inactivity.
I am trying to send REQ messages in a while loop to a receiver who receives the message and responds with some content. The REQs are not ACKed in my code.
My requester is
The receiver is
The receiver is receiving the REQ messages and is also sending the content. But somehow, the ACKs are not working. What I found from the debug prints is that the REQ sender does not receive the ACK messages.