python-engineio icon indicating copy to clipboard operation
python-engineio copied to clipboard

Provide a "reason" argument in the disconnect handler

Open miguelgrinberg opened this issue 1 year ago • 0 comments

Many times it is necessary to know why a socket was disconnected. The JS implementation provides a reason argument for this in the client and the server.

miguelgrinberg avatar Jun 02 '24 10:06 miguelgrinberg