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
[dependencies]
# current master commit at the time of writing this issuelune = { git = "https://github.com/lune-org/lune.git", rev = "5d1401cdf611cc9f215f03bdf16ada0e77717edf" }
tokio = { version = "1", features = ["full"] }
This has stopped us from having e2e testing for zap so far as the coroutine should stay yielding until it "receives" data.
The text was updated successfully, but these errors were encountered:
coroutine.yield
should stay infinitely yielding until the thread is resumed, an example can be found in this simple repro:I reproduced this off master:
This has stopped us from having e2e testing for zap so far as the coroutine should stay yielding until it "receives" data.
The text was updated successfully, but these errors were encountered: