Closed carueda closed 1 year ago
My bad, I thought I had main completely up-to-date ; )
Anyway, the key reference: https://websockets.readthedocs.io/en/stable/reference/server.html#websockets.server.WebSocketServerProtocol.remote_address
And hopefully this adjustment is a graceful handling of tuple size variations (assuming the first two elements are ip and port, of course).
My bad, I thought I had main completely up-to-date ; )
Anyway, the key reference: https://websockets.readthedocs.io/en/stable/reference/server.html#websockets.server.WebSocketServerProtocol.remote_address
And hopefully this adjustment is a graceful handling of tuple size variations (assuming the first two elements are ip and port, of course).