-
Notifications
You must be signed in to change notification settings - Fork 373
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
messaging.sendMulticast, sendAll rejects valid ttl #479
Comments
I found a few problems with this issue:
|
ok. so, fixing those half-used deepCopy should fix this issue |
Thanks @stari4ek for reporting this. And good diagnosis. I'll try to get this fixed for the next release. Beware that there are probably other parameters that are affected by the same bug. |
The issue still appears in 9.4.2 version using .messaging().sendMulticast |
When I'm sending message with ttl it got rejected while it's totally valid (number, >0)
In firebase log:
Source code looks totally valid:
but it rejects proper ttl.
Other configs like
collapseKey
work wellPs. there is unnecessary
deepCopy
insendAll
The text was updated successfully, but these errors were encountered: