christoph2/pyxcp

Concurrent pyxcp method calls with asyncio

JavierCorado opened this issue · 1 comments

I have developed methods that connect, read data (short upload and upload), and write data (short download and download), this is working fine I have been able to perform this using the ethernet transport layer with UDP,

Right now I am attempting to perform these same actions concurrently with the asyncio package but so far I haven't had any luck, has anyone attempted this? Does anyone know if this is possible with the current pyxcp package?

@christoph2

Do you have any input on this?