mbari-org / lcm-websocket-server

WebSocket server for republishing LCM messages.
3 stars 0 forks source link

avoid 'too many values to unpack' #3

Closed carueda closed 1 year ago

carueda commented 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).