status-im / status-console-client

Status messaging console user interface
Mozilla Public License 2.0
10 stars 2 forks source link

Update to use new MVDS subscription channel #118

Open decanus opened 5 years ago

decanus commented 5 years ago

https://godoc.org/github.com/status-im/mvds/node#Node.Subscribe

We currently use a hack in order to get the status messages sent over data sync, by both adding the packet to transport and then decoding when our transport recieves a new message. We no longer need to do this, we can do it in 2 seperate spaces.