neoneo-go/internal
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
..
basicchain rpcclient: fix WS-client unsubscription process 2022-11-16 23:44:30 +03:00
contracts *: update interop dependency 2022-09-27 15:34:20 +03:00
fakechain core, rpc: move getFakeNextBlock to Blockchain 2022-10-07 15:56:34 +03:00
keytestcases core: rename Neo.Crypto.CheckSig interop 2021-05-11 18:37:55 +03:00
random pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
testchain *: reuse smartcontract package to create standard entry scripts 2022-07-26 12:19:49 +03:00
testcli network/consensus: use new dbft StopTxFlow callback 2022-10-18 11:06:20 +03:00
testserdes [#2442] English Check 2022-05-04 19:48:27 +03:00