Dmitry Shulyak d32cd18c09
Fix channel subscriber that was blocking sending new requests (#1465)
In RequestMessagesSync subscriber is listening to a feed where all whisper
events are posted. After we received event with a request hash - subscriber will
stop actively consuming messages from a feed, as a subscription channel will
get overflow and whole feed will get blocked.

Some events are posted to a feed before request is sent, so blocked feed results
in blocked sending.

Now we will unsubscribe after relevant event was received, and terminate subscriber
explicitly by timeout.
2019-05-20 11:10:26 +03:00
2019-01-24 16:44:46 +01:00
2019-05-15 11:01:34 +02:00
2019-05-15 11:01:34 +02:00
2019-02-01 18:02:52 +01:00
2019-05-15 11:01:34 +02:00
2018-03-23 14:58:40 +01:00
2019-05-15 11:01:34 +02:00
2019-03-19 10:56:09 +02:00
2018-06-08 19:10:29 +03:00
2019-05-15 11:01:34 +02:00
2019-05-15 11:01:34 +02:00
2019-03-21 16:42:44 +01:00
2019-05-15 11:01:34 +02:00
2016-09-21 10:00:29 +08:00
2019-05-15 11:01:34 +02:00
2019-04-25 16:20:11 +02:00
2019-01-02 18:57:20 +01:00
2019-05-15 11:01:34 +02:00
Description
The Status module that consumes go-ethereum
https://status.im
Readme
Languages
Go 98.6%
Python 0.7%
Shell 0.4%
Makefile 0.1%
Groovy 0.1%