-
Notifications
You must be signed in to change notification settings - Fork 964
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
Ignore seen phoneapi packets #4888
Conversation
Do we know why it is replaying the same packets? I'm not sure if all clients actually set a packet ID or leave it 0, which would not work with this. |
No, I have been trying to figure out if it's somehow related to the push / pull system of notify and read value from characteristic or something going haywire in the bluetooth stack in iOS. I have not reproduced it on the Android side, but I have not done much testing there.
I know iOS is generating packet IDs, but I'll double check if Android as well. |
Or just make an exception for packets with num of 0 |
Easy addition. I'll whip this up |
Turns out some of the Phone API spam is actually replaying the same packets. This completely silences the Rate limit notification spam on my devices.