Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concurrent pyxcp method calls with asyncio #159

Open
JavierCorado opened this issue Jan 18, 2024 · 1 comment
Open

Concurrent pyxcp method calls with asyncio #159

JavierCorado opened this issue Jan 18, 2024 · 1 comment

Comments

@JavierCorado
Copy link

JavierCorado commented Jan 18, 2024

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
Copy link
Author

@christoph2

Do you have any input on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant