def onOpenHandshakeTimeout(self): logging.warning( "Open-Handshake Timeout! \033[0;33m(Connection will be closed)") WebSocketServerProtocol.onOpenHandshakeTimeout(self) return
def onOpenHandshakeTimeout(self): logging.error("Open-Handshake Timeout!") WebSocketServerProtocol.onOpenHandshakeTimeout(self)