-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
bugSomething isn't working correctlySomething isn't working correctlyext/websocketrelated to the ext/websocket craterelated to the ext/websocket cratewebrelated to Web APIsrelated to Web APIs
Description
Issue Details
- Deno Version:
- deno 1.19.3 (release, x86_64-pc-windows-msvc)
- v8 9.9.115.8
- typescript 4.5.2
- Operating System:
- Windows 10 21H1
Expected Behavior
While using async/await there should never be an error claiming module eval is still pending.
Actual Behavior
While using async/await, it will return a module eval error after a while error: Module evaluation is still pending but there are no pending ops or dynamic imports. This situation is often caused by unresolved promises.
To Reproduce
- Copy the Async/await code
- run the file using
$ deno run --unstable --allow-net <file name here>
- Wait a couple of seconds, and then it will produce an error.
Metadata
Metadata
Assignees
Labels
bugSomething isn't working correctlySomething isn't working correctlyext/websocketrelated to the ext/websocket craterelated to the ext/websocket cratewebrelated to Web APIsrelated to Web APIs