pyxcp icon indicating copy to clipboard operation
pyxcp copied to clipboard

Concurrent pyxcp method calls with asyncio

Open JavierCorado opened this issue 1 year ago • 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?

JavierCorado avatar Jan 18 '24 23:01 JavierCorado

@christoph2

Do you have any input on this?

JavierCorado avatar Jan 23 '24 19:01 JavierCorado