-
Notifications
You must be signed in to change notification settings - Fork 2
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
Issue with closing stream in Engine. #1
Comments
Thanks for report. I'm working on the new IO handle and this error will be fixed by next release. |
Yesterday, using Zig Today, using Zig
@dravenk Any ETA for the next release, please? Thanks. |
@dravenk Thanks for the quick feedback! 🙏 Of course, commenting out that After that, lots of connections (actually most of them, just a few of the - such as 3-4 - are in ❯ ss -an | grep 8181 | wc -l
383
❯ I'll play and investigate further, to see how other Zig implementations are behaving in this case. |
To solve zinc's [#1 issue](zon-dev/zinc#1).
Thank you all. This is the fix I remember, but the side effects are pretty obvious. Since std.net.server is very slow, the new branch will remove the std.net.server dependency, which will have a lot of work to do. This temporary code will also be removed. Anyway, thank you very much for your support and I will release the new version as soon as possible. |
I have tried to use the example here and another one from the zinc-examples repo, and i keep getting this error.
The text was updated successfully, but these errors were encountered: