mirror of
https://github.com/wahyd4/links.git
synced 2026-08-08 21:04:53 +10:00
WebSocketApp callbacks receive the WebSocketApp object, not WebSocket. WebSocketApp has no send_binary() method — must use: ws.send(data, ws_module.ABNF.OPCODE_BINARY) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>