You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It needs to be converted to an asyncio aware mechanism. The communication is a TCP connection with a simple protocol of json payloads separated by .\n Shouldn't be too hard to convert to an asyncio.Protocol
The text was updated successfully, but these errors were encountered:
Currently it uses telnetlib
https://github.com/heathbar/plum-lightpad-python/blob/master/plumlightpad/lightpad.py#L29
It needs to be converted to an asyncio aware mechanism. The communication is a TCP connection with a simple protocol of json payloads separated by
.\n
Shouldn't be too hard to convert to anasyncio.Protocol
The text was updated successfully, but these errors were encountered: