status-go/eth-node/bridge/geth
Andrea Maria Piana 2ef1aa89f4
Handle connection change
Currently messenger has no notion of being online.
This might cause a problem as we retry to register with a push
notification server even if not connected to any peer, which will
inevitably fail.
This commit adds a method `handleConnectionChange` that will be called
every time the connection change state.
2020-08-27 18:54:31 +02:00
..
ens Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
envelope.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
envelope_error.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
envelope_event.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
keystore.go Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
mailserver_response.go Make shhext and protocol work with Waku (#1777) 2020-01-13 20:17:30 +01:00
node.go Handle connection change 2020-08-27 18:54:31 +02:00
public_waku_api.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
public_whisper_api.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
subscription.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
syncevent_response.go Set Whisper version submodule to v6 (#1725) 2019-12-09 11:36:14 +01:00
syncmailrequest.go Set Whisper version submodule to v6 (#1725) 2019-12-09 11:36:14 +01:00
waku.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
whisper.go Add support for request messages by topics (#1805) 2020-01-21 08:11:24 +01:00