Logo reminds me of traefik. Is it related ?
Gotify – a self-hosted push-notifications service
11–20 of 100 posts
Re: Gotify – a self-hosted push-notifications service
#12It is worth noting that this will use a noticeable amount of power more than Google cloud messaging. The basic idea of how is works is about the same, but the devil is in the details. If you look at an idle connection over LTE, you will notice that after a while your carrier will close it. You need keepalives. If you look at the connection for Google cloud messaging, you might notice that it needs much fewer keep ali…
Re: Gotify – a self-hosted push-notifications service
#13Logo reminds me of traefik. Is it related ?
It’s the go gopher... gophing about.
Re: Gotify – a self-hosted push-notifications service
#14Re: Gotify – a self-hosted push-notifications service
#15It is worth noting that this will use a noticeable amount of power more than Google cloud messaging. The basic idea of how is works is about the same, but the devil is in the details. If you look at an idle connection over LTE, you will notice that after a while your carrier will close it. You need keepalives. If you look at the connection for Google cloud messaging, you might notice that it needs much fewer keep ali…
Is that because carriers have put GCM/FCM on some sort of white-list?
Re: Gotify – a self-hosted push-notifications service
#16Re: Gotify – a self-hosted push-notifications service
#17It is worth noting that this will use a noticeable amount of power more than Google cloud messaging. The basic idea of how is works is about the same, but the devil is in the details. If you look at an idle connection over LTE, you will notice that after a while your carrier will close it. You need keepalives. If you look at the connection for Google cloud messaging, you might notice that it needs much fewer keep ali…
Re: Gotify – a self-hosted push-notifications service
#18Re: Gotify – a self-hosted push-notifications service
#19[0] https://pushover.net/ [1] https://github.com/huginn/huginn
Re: Gotify – a self-hosted push-notifications service
#20Earlier quoted context omitted.
Is that because carriers have put GCM/FCM on some sort of white-list?
Probably because GCM/FCM has been very well optimized.
edit: I missed that the original post was talking about keep-alives and you were probably referring to them. But how app-level optimisations can help with keep-alives?