-
disconnect() Error
Posting this here because I just know I'll forget to tell Jamie or Mathias.
I've definitely reported this one before, but allow me just once more, humour me. :)
When my Python server performs a disconnect() on an MMF2 client, the client fails to trigger "On Disconnect".
The server reports that the client is indeed disconnected, but the client never knows about it, which is quite mean on the poor client.
-
Re: disconnect() Error
Check for ConnectionDenied for now, Jamie should fix the 'On Disconnect' event :)
-
Re: disconnect() Error
On disconnect should trigger on connection denied too I guess!
-
Re: disconnect() Error
Connection denied doesn't fire when I disconnect() from python.
-
Re: disconnect() Error
Yeah, I know. I've fixed it for the next release.