New connection for every request #17

Closed
opened 2024-11-23 09:45:54 +01:00 by ddidderr · 1 comment
Owner
No description provided.
ddidderr added this to the LAN 2025-Q2 milestone 2024-11-23 09:45:54 +01:00
ddidderr added the
server
client
labels 2024-11-23 09:45:54 +01:00
Author
Owner

Resolved by 765447e6d1

We do not do a new connection for every request.
Instead, on every request, the client checks if the connection is still working by sending a Ping (and receiving a Pong). If this fails, an endless loop is started that tries to reconnect to the server.

Probably still not the best or most elegant solution, but solves the problem of clients being stuck.

Resolved by 765447e6d156a6f5505e4b4c4731393a22c52f00 We do not do a new connection for every request. Instead, on every request, the client checks if the connection is still working by sending a Ping (and receiving a Pong). If this fails, an endless loop is started that tries to reconnect to the server. Probably still not the best or most elegant solution, but solves the problem of clients being stuck.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ddidderr/lanspread#17
No description provided.