-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(ethexe): Subscribe blocks when Observer
is created
#4311
base: master
Are you sure you want to change the base?
Conversation
Add docs
I'd say that tests are really fragile: removing timers results in underlying spawned tasks being not synchronized, which creates many obstacles in testing. The approach to test impl should be changed in future, so we can write them easily without thinking too much about underlying details of how 6e450c4 - this works perfectly fine, but requires some timeout for sync. a465d72 - this avoids sync problems when channgels try to read data, when there's no actual data sent from the |
Service
runObserver
is created
After some discussions we came to the conclusion that having blocks automatically produced is not a good solution, so dividing the PR to the 2:
|
Resolves #4099
TODO:
EventsStreamProducer
UPD:
Still partially resolves #4099