lf-lang / reactor-uc

A lightweight reactor runtime targeted at resource-constrained embedded systems
BSD 2-Clause "Simplified" License
2 stars 2 forks source link

Make TcpIpChannel `connect` call non-blocking #88

Closed erlingrj closed 5 days ago

erlingrj commented 1 week ago

Currently we need the server to call bind before the client calls connect. According to Lasse, this is simply solved by passing a NON_BLOCKING flag to the connect call