frostfs-node/pkg/morph
Pavel Karpy 01e69f2f7a [#1170] pkg/morph: Add worker pool
Add worker pool to the listener to prevent blocking. It is used only for
notary notifications and new block events handling since it uses RPC
calls. That may lead to the deadlock state: neo-go cannot send RPC until
notification channel is read but notification channel cannot be read since
neo-go client cannot send RPC.

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
2022-04-08 11:52:18 +03:00
..
client [#1170] pkg/morph: Invalidate cache on RPC switch 2022-04-08 11:52:18 +03:00
event [#1170] pkg/morph: Add worker pool 2022-04-08 11:52:18 +03:00
subscriber [#1170] pkg/morph/subscriber: Adopt new WS client 2022-04-08 11:52:18 +03:00
timer [#1208] innerring: Fix race condition between handling new epoch and block 2022-04-07 11:52:24 +03:00