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

WiFiClient::available() function is taking long time in WiFiNINA library compared to WiFi101 #80

Closed
akumar36 opened this issue Aug 30, 2019 · 1 comment
Labels
status: waiting for information More information must be provided before work can proceed

Comments

@akumar36
Copy link

akumar36 commented Aug 30, 2019

WiFiClient::available() function is taking 300uS to give the status whereas it took only 7uS with WiFi101 library. Seeing similar behaviour with WiFiClient::connected() function which is taking 700uS.

I've tested with MKR1010 and MKR1000 boards.

@sandeepmistry
Copy link
Contributor

Pull request #84 will slightly help with the performance of this. We'd welcome any feedback you had on this change.

@sandeepmistry sandeepmistry added the status: waiting for information More information must be provided before work can proceed label Sep 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting for information More information must be provided before work can proceed
Projects
None yet
Development

No branches or pull requests

2 participants