-
Notifications
You must be signed in to change notification settings - Fork 63
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
stream not found to dispose on v1.0: is this expected under some load? #373
Comments
@Mossaka heads up. |
Thanks for posting, can you share the example component to replicate this? Would be great to resolve. We could just ignore these errors but it's quite important to catch disposal invariant breaks. |
I'll repro today. |
OK! Back to this finally. I'm using Dan's rust component for jco serve. Same happens with go and python components. jco version: 1.0.2 Error occurs only after whacking it reasonably heavily:
Here's the run that hurts it. I can run with ONE connection and it'll get a bit farther, but still collapses.
|
@squillace thanks for the follow-up here - could you try test this out on the latest 1.0.3 version and let me know if it is still happening there? If so, please share the component and I'll look into it further. |
a wasi v0.2.0 module build using tinygo has no problem on wasmtime nor spin (which is wasmtime) at 10,000 requests over 10 connections, but jco 1.0 can only handle about 9,000 before the following error appears:
The text was updated successfully, but these errors were encountered: