Replies: 2 comments
-
Also, here's the exact error that the oracle node outputs:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to setup the request_response protocol to be able to send data between two nodes. I've taken a look at the tests and I seem to be following the flow correctly. I think there's some issue with the way my transport layer(s) are setup but I'm not quite sure where to go from here. I initially tried using QUIC and got a
KeepAliveTimout
error. After switching to TCP with TLS+Yamux, I'm now getting aIncomingConnectionError
instead.Here's my current implementation:
Beta Was this translation helpful? Give feedback.
All reactions