Skip to content

v0.1.3

Latest

Choose a tag to compare

@toZyn toZyn released this 03 Aug 17:03

v0.1.3

Fix: remove broken duplicate link_code_companion_reg handler.

  • messages_recv.py replicated the pairing flow already handled by socket.py (_on_link_code_companion_reg).
  • Its copy awaited decipher_link_public_key, which is synchronous, raising 'bytes' object can't be awaited on every pairing notification.
  • Pairing completed anyway via socket.py, but the duplicate branch logged an error each time.
  • Removed the duplicate branch and the now-unused imports (base64, os, crypto helpers).