status-go/waku/common
Andrea Maria Piana cec7c52505 Don't leak goroutines on decorator
When an error occours (or the peer disconnect), we return from decorator
as an error is published to the chan.
There are though still 5 or 6 goroutines that want to write on that
channel and at least 3/4 of them will be hanging, leaving them stuck
publishing on the chan.
This though is probably not the cause of
https://github.com/status-im/infra-eth-cluster/issues/39
fills up the stack trace with hung go routines.
2021-01-26 17:58:25 +01:00
..
README.md Waku package README.md documentation (#1949) 2020-05-14 08:49:06 +01:00
bloomfilter.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
const.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
envelope.go Refactor/waku tidy 1 (#1958) 2020-05-01 19:14:01 +01:00
envelope_test.go Upgrade linter and address issues 2020-12-28 16:55:14 +01:00
errors.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
events.go Waku package README.md documentation (#1949) 2020-05-14 08:49:06 +01:00
filter.go Clean topics that we don't listen to 2021-01-26 09:39:57 +01:00
filter_test.go Upgrade linter and address issues 2020-12-28 16:55:14 +01:00
helpers.go Refactor/waku tidy 1 (#1958) 2020-05-01 19:14:01 +01:00
message.go Waku package README.md documentation (#1949) 2020-05-14 08:49:06 +01:00
message_test.go Upgrade linter and address issues 2020-12-28 16:55:14 +01:00
metrics.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
protocol.go Move bytes rate limits to a different rlp key 2020-06-15 19:46:23 +02:00
rate_limiter.go Don't leak goroutines on decorator 2021-01-26 17:58:25 +01:00
rate_limiter_test.go Move bytes rate limits to a different rlp key 2020-06-15 19:46:23 +02:00
topic.go Waku package README.md documentation (#1949) 2020-05-14 08:49:06 +01:00
topic_test.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00

README.md

Waku Common

See here