Martin Man
Martin Man
@vivekjoshi556 Excellent, very clean code, putting into production :)
Dropping this here as my initial investigation: When a push is received in an Android app using official Parse Android SDK, the message is handled by the `FirebaseMessagingService.onMessageReceived` method: https://github.com/parse-community/Parse-SDK-Android/blob/a08c5d1594b3a083671b493804eb1970c1ce6441/fcm/src/main/java/com/parse/fcm/ParseFirebaseMessagingService.java#L20-L44...
From what I could see, I believe the params exist only to workaround problematic behaviour of GCM, and I can imagine a client side workaround in the SDK. But anyway,...
Last time I tried to use this I came to the same conclusion (IIRC). I think not updating the session expiration on every use is actually a good design decision,...
@vivekjoshi556 Please do work on this, I will beta test for you. I have a good idea above how to fix it without incurring additional writes on Mongo, but I...
Just thinking out loud: could there happen a situation where long burst of repeating requests within that window would use the token from LRUCache so many times that they would...
Yes, it was a theoretical number to see if we can come up with a scenario that it would break the auto-extend-algorithm. I think we all agree that we want...
> I would make the quick point that in order to _properly_ implement all 3 points, we would need to transitions to JWTs with refresh tokens. This current mechanism is...
Still not working as of macOS 15 beta 1, and tvOS 18 beta 1.
Same here, been on this with DTS two years ago, talked to the media engineers during WWDC, filed multiple radars for each platform, all still open with "similar reports: None"...