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

The server will shut down if transmit speed too fast in windows. #140

Open
KevinC-intron opened this issue Oct 4, 2024 · 0 comments
Open

Comments

@KevinC-intron
Copy link

The problem
I use examples/server.py to build a BLE server in window11. When I let a edge service to connect and transmit data, the server will shut down when the rate high. I also use a PC to be the client and write to the server, and the server shutdown again. I found that the server worked fine at around 300 KB/s. If higher, the server will shutdown. This problem will not happen in ubuntu.
Reproduction
Use bleak to build a BLE client.
Use bless to build a BLE server

Expected behavior
I want this server to be able to handle 1mb/s data.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: window11

Additional context
I can send you the client and server code if needed.

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