Francesco149 / push_receiver

subscribe to GCM/FCM and receive notifications in python 2/3
The Unlicense
16 stars 13 forks source link

Does not maintain connection #7

Open tbook opened 2 years ago

tbook commented 2 years ago

(Assuming this project is dead, but leaving here for anyone who comes across this in the future)

One other issue I discovered is that the library doesn't maintain the connection - it doesn't respond to heartbeat requests and doesn't reconnect on failure. I'm working on a fix that will address that - it is running now, but I want to leave it going for another day or two before I submit a PR.

tbook commented 2 years ago

My fix is in PR #8

tbook commented 2 years ago

A fork with my changes merged is also at https://github.com/tbook/push_receiver