neoneo-go/pkg/services
Anna Shaleva 6dbae7edc4 rpcclient: fix WS-client unsubscription process
Do not block subscribers until the unsubscription request to RPC server
is completed. Otherwise, another notification may be received from the
RPC server which will block the unsubscription process.

At the same time, fix event-based waiter. We must not block the receiver
channel during unsubscription because there's a chance that subsequent
event will be sent by the server. We need to read this event in order not
to block the WSClient's readloop.
2022-11-16 23:44:30 +03:00
..
helpers/rpcbroadcaster rpc/client: move to pkg/rpcclient 2022-07-21 22:39:53 +03:00
metrics golangci: enable errorlint and fix everything it found 2022-09-02 18:36:23 +03:00
notary *: use uint*Size and SignatureLen constants where appropriate 2022-10-05 10:45:52 +03:00
oracle core, rpc: move getFakeNextBlock to Blockchain 2022-10-07 15:56:34 +03:00
rpcsrv rpcclient: fix WS-client unsubscription process 2022-11-16 23:44:30 +03:00
stateroot stateroot: fix panic on shutdown 2022-09-13 13:18:13 +03:00