T3060
Implement async-lock to prevent reentrancy in handleBlockConnected
If handleBlockConnected is called by parseWebsocketMessage and is already processing, the next call will wait until the first call completes
Differential D13688
[alias-server] Prevent reentrency in handleBlockConnected bytesofman on Apr 12 2023, 17:00. Authored by
Details
T3060 Implement async-lock to prevent reentrancy in handleBlockConnected If handleBlockConnected is called by parseWebsocketMessage and is already processing, the next call will wait until the first call completes Review new unit test
Diff Detail
Event TimelineComment Actions remove debug logging
|