neoneo-go/pkg
Roman Khimov 6eaa76520f rpcclient: close subscriber channels on wsReader exit
The reader is about to exit and it will close legacy c.Notifications, but it
will leave subscription channels at the same time. This is wrong since these
channels will no longer receive any new events, game over.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2023-04-19 16:25:43 +03:00
..
compiler core: add Backwards option for storage iterators 2023-04-12 16:45:38 +03:00
config config: do not allow negative validators count 2023-04-13 13:43:14 +03:00
consensus core: distinguish notarypool/mempool metrics 2023-04-13 18:40:19 +03:00
core Merge pull request #2969 from nspcc-dev/mp-metrics 2023-04-14 15:43:37 +03:00
crypto *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
encoding *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
interop core: add Backwards option for storage iterators 2023-04-12 16:45:38 +03:00
io *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
neorpc config: use uint32 for validators/committee members count 2023-04-13 13:42:40 +03:00
neotest core: add BLS12_381 interops 2023-04-05 15:37:50 +03:00
network core: distinguish notarypool/mempool metrics 2023-04-13 18:40:19 +03:00
rpcclient rpcclient: close subscriber channels on wsReader exit 2023-04-19 16:25:43 +03:00
services Merge pull request #2966 from nspcc-dev/bugfix/2896-rpc-shutdown-deadlock 2023-04-17 10:36:30 +03:00
smartcontract Merge pull request #2957 from nspcc-dev/rm-go-17 2023-04-04 15:25:14 +03:00
util *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
vm *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
wallet Merge pull request #2725 from nspcc-dev/move-cli-tests 2022-10-06 13:43:39 +07:00