You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observer subcsribes blocks only when events stream is created via async_stream::stream!. The problem, is that the async subscription rpc-task is done inside the macro, so first stream.await will actually spend time on subscribing blocks, intead of obtaining blocks and events.
Possible Solution
Subscribe in the new.
Notes
No response
The text was updated successfully, but these errors were encountered:
Problem to Solve
Observer
subcsribes blocks only when events stream is created viaasync_stream::stream!
. The problem, is that the async subscription rpc-task is done inside the macro, so firststream.await
will actually spend time on subscribing blocks, intead of obtaining blocks and events.Possible Solution
Subscribe in the
new
.Notes
No response
The text was updated successfully, but these errors were encountered: