-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Another accept task is ongoing #6301
Comments
Thanks for the report. It would be very useful if you can narrow this down to a small example that uses only the Deno API. |
I've been trying to clarify this situation but I am not sure about it at all. As I've tested it can be corrected by banal adjustments that are not related to each other. It works if I do at least one of these:
I can't provide minimal reproducible code because I am really not sure whats going on. In my another Deno projects everything works fine so I am not really in need of getting this working but it might bring some useful information for you. Btw. It was my first test and it doesn't work at all. I've just provided everything needed for the error. Whole log:
|
Let's move the discussion to #6616 - there is a better description of what's happening. |
I've just started with
Deno v1.1
.I've tried to create my first class and whenever I try to instance it I get:
Uncaught Error: Another accept task is ongoing at unwrapResponse ($deno$/ops/dispatch_json.ts:43:11)
It happens only if I use MySQL client before but It works if I run any MySQL query before
new MyClass
.MyClass.ts
server.ts
I use theese flags:
Env
Linux Mint 19,
Deno 1.1
The text was updated successfully, but these errors were encountered: