Send data to a peer #5909
Unanswered
TotalTaxAmount
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hey! One way might be to use gossipsub or floodsub, though if youre just sending it to one peer, using |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
What would be the best approach to send data to one peer on the network. I do not need a response I just want to send some data to a peer without expecting a response or anything. Should I just use
request_response
with()
as a response or is there a better way to do it?Beta Was this translation helpful? Give feedback.
All reactions