Skip to content

1.0.13

Compare
Choose a tag to compare
@TrueBrain TrueBrain released this 03 Oct 20:10
51f3815
Fix: don't report SocketClosed when sending (#34)

SocketClosed happens when the other side closed the connection,
and is pretty common in production. The caller knows how to handle
this signal just fine, so pass it through.