Request-Response Protocol Unexpected Eof #5815
-
Description I'm encountering an UnexpectedEof error when sending a small request payload to a peer. The error occurs during the request-response protocol communication. The request data (in decimal byte array): When decoded, this represents a JSON payload: Error Logs
The request was successfully sent to the peer The code I used;
I send request just after I discovered identity on Kademlia. Also, I am using cbor and my request type is What can be problem in here? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @anilaltuner, what transport are you using? |
Beta Was this translation helpful? Give feedback.
-
Hey @elenaf9, I'm using tcp and quic
|
Beta Was this translation helpful? Give feedback.
-
I think I have a problem on protocol string. When I make sure requester and responder has same protocol string, it resolves. |
Beta Was this translation helpful? Give feedback.
I think I have a problem on protocol string. When I make sure requester and responder has same protocol string, it resolves.