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