Questions tagged [full-duplex]

2 questions
0
votes
0 answers

Full-duplex communication over the same HTTP/2 request-response stream

I am trying to use a single HTTP/2 request-response stream as a full duplex communication channel between client (Chrome 114) and server (ASP.NET Core 7). I am using ReadableStream/WritableStream in the client and PipeReader/PipeWriter in the server…
geeko
  • 2,649
  • 4
  • 32
  • 59
-1
votes
1 answer

How do I establish full duplex communication between an Arduino Uno and a Nodemcu esp8266?

I want to send and receive data simultaneously between my Arduino Uno and Nodemcu esp8266. I am sending sensor data from my arduino board to the nodemcu to be pushed to my database. At the same time I am fetching data from the database and sending…