Closed samuel-rufi closed 4 years ago
We need an individual read_task for each stream to receive messages concurrently. Once data is available, the read_task puts the received bytes into the event-queue. these received bytes then can get consumed for example by the protocol-layer.
read_task
protocol-layer
Fully implemented since 0d026595e640a326180b46a0645af969d9673daf.
We need an individual
read_task
for each stream to receive messages concurrently. Once data is available, theread_task
puts the received bytes into the event-queue. these received bytes then can get consumed for example by theprotocol-layer
.