-
-
Notifications
You must be signed in to change notification settings - Fork 164
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
onRead sequence question. #816
Comments
Not sure why you closed this, did you resolve your issue? |
@h2zero I have the same issue when I try to migrate from 1.4.2. I use the same long characteristic to write/read chunked data. Desktop client splits blob into multiple chunks and writes those to device's characteristic. Then tries to get response, reading chunks fro the same characteristic. In Do you have ideas how to fix/workaround this? |
@puzrin Can you please add |
|
Sry, I changed my function workflow and everything worked again because I felt like I didn't understand the workflow of this library. So I close it...thx for your work sincerely. |
Last version i used is 1.4.3, when i try to read value from esp32, the value that i get is after onRead process(i will call a setValue() inside onRead())
After i update to 2.1.1, when i try to read value, the value is old value which is last time i call setValue().
Right now, i want to know if this sequence is change and is there a way to change the sequence from the code.
The text was updated successfully, but these errors were encountered: