Speaking of tcpserver.c isn't the tcpserver_notify() function making an unsafe outlet_float() call when it is being triggered by an external event (disconnection) which can happen out-of-order and thus potentially causing crashes?
Shouldn't this be wrapped also in a clock_delay()?
Best wishes,
Ico