jakobjw
jakobjw
All the workarounds seem to work only if there is no "invalid" (unregistered) APNS token contained in the queue. To me it seems that it works till the first invalid...
My problem is that I have a list of about 3000 receiver tokens and this list also contains invalid tokens which I don't know. I suppose that sending them 1by1...
I think I'm having the same / similar problem (redis==5.2.0). My scenario is a FastAPI application, where I listen to Redis PubSub messages in a separate asyncio thread. The error...
Update: for what it's worth, I solved my problem that I described in my comment above. Turns out the reason was that I did the `redis_pubsub = redis_client.pubsub()` and the...