> Currently I'm using Nim on an ESP32 with posix.select for a custom TCP > protocol.
Have you given the selectors module a try? It should provide an even nicer API on top of the raw POSIX select.
> Currently I'm using Nim on an ESP32 with posix.select for a custom TCP > protocol.
Have you given the selectors module a try? It should provide an even nicer API on top of the raw POSIX select.