Hello, Does/can the websocket impl send a last ditch "termination frame" to the client after a PONG failure? Seems to be up to client libraries to decide how long the time out will be until reconnect.
We are stress testing a custom websocket event server in python, and software bugs (greenlets running too long) appear to create situations where the PONG is handled too late, despite the client sending on time. The server discos but the client doesn't know that. If we think a connection is dead, could/should we blindly attempt sending a term frame (2 bytes?) before closing the underlying socket? -- C Anthony
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
