Skip to content

Enable faster retry upon io/error. This is necessary to handle push...

Simon Morlat requested to merge fix/faster_retry into master

Enable faster retry upon io/error. This is necessary to handle push notifications in background on iOS. When we wake up, the socket is broken and we have to reconnect it immediately.

Merge request reports