Closed DaneRainbird closed 3 years ago
This fixes #10 by adding more specific error messages based on the type of disconnect encountered.
As per the Socket documentation for socket.disconnect(), the disconnect event provides a reason value, which I have incorporated and tested.
socket.disconnect()
Seems good! :)
This fixes #10 by adding more specific error messages based on the type of disconnect encountered.
As per the Socket documentation for
socket.disconnect()
, the disconnect event provides a reason value, which I have incorporated and tested.