anlsys / libnrm

Node Resource Manager communication library
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Timeouts in send/recv/connect/bind #63

Closed perarnau closed 1 year ago

perarnau commented 1 year ago

We need to find a way to handle timeouts in sending/receving messages, handle dead connections gracefully, and retry connects when clients are having trouble reaching the server.

perarnau commented 1 year ago

Fixed by #70