improve message
This commit is contained in:
parent
5b92c317c1
commit
ebc935c1a9
@ -517,7 +517,7 @@ class HandshakeMessageHandler(Handler):
|
|||||||
logger.warning("invalid connection type: %s", handshake["type"])
|
logger.warning("invalid connection type: %s", handshake["type"])
|
||||||
|
|
||||||
if client is not None:
|
if client is not None:
|
||||||
logger.debug("handing off connection handling to %s", type(client).__name__)
|
logger.debug("handshake complete, handing off to %s", type(client).__name__)
|
||||||
# hand off all further communication to the correspondig connection
|
# hand off all further communication to the correspondig connection
|
||||||
conn.send("CLIENT DE SERVER server=openwebrx version={version}".format(version=openwebrx_version))
|
conn.send("CLIENT DE SERVER server=openwebrx version={version}".format(version=openwebrx_version))
|
||||||
conn.setMessageHandler(client)
|
conn.setMessageHandler(client)
|
||||||
|
Loading…
Reference in New Issue
Block a user