-
Notifications
You must be signed in to change notification settings - Fork 412
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
Exception on unsafe cast in writeResponse #1229
Comments
Replacing |
@adamgfraser tracked down the issue: |
Yeah this is a regression. Will take this up. Let me know if you want to give it a shot. I can point you to the exact place where changes are required. |
@tusharmath I can try to fix it if you give me a hint on how to process |
@senia-psm Basically you just want to read data piece by piece and write it on the channel. In our case, instead of creating a stream we will write it on the channel. Hope this helps. |
@tusharmath it seems like I don't understand |
@tusharmath actually it seems like there is another bug - see #1237 |
A simple test that starts echo
Server
and performs a singleClient
call runs forever.This looks like regression: runs forever on
2.0.0-RC7
, works as expected on2.0.0-RC4
(withZManaged
instead ofScope
).To Reproduce
See this project with a single test: https://github.com/senia-psm/zhttp-bug
This test runs forever:
Expected behaviour
Test above should complete in finite amount of time (< 1 second).
Desktop:
Additional context
Might be related to zio/interop-cats#533
The text was updated successfully, but these errors were encountered: