Change TcpStream into asynchronous TcpStream #5

Closed
opened 2022-09-15 11:49:18 +02:00 by rmanach · 2 comments
rmanach commented 2022-09-15 11:49:18 +02:00 (Migrated from gitea.thegux.fr)

Handle the TcpStream in an asynchronous way.

see the crates below:

Handle the TcpStream in an asynchronous way. see the crates below: * https://crates.io/crates/tokio * https://crates.io/crates/async-net
rmanach commented 2022-09-15 19:21:36 +02:00 (Migrated from gitea.thegux.fr)

When the stream speed is low (ex: Raspberry PI 3), the request is not correctly handled. It is a stange behavior. Don't know how to fix that...

When the stream speed is low (ex: Raspberry PI 3), the request is not correctly handled. It is a stange behavior. Don't know how to fix that...
rmanach commented 2022-09-19 16:12:15 +02:00 (Migrated from gitea.thegux.fr)

merged on develop

merged on develop
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rmanach/simple-auth#5
No description provided.