Trying to open a WebSocket while using a local isolation throws an error given the Deno isolate has no perms. Using no isolation addressed the issue but renders the development process pretty tedious without hot reloading.
Our use case uses WebSockets to communicate with our database (neon.tech).
I tried to make sense of the code to offer a PR but gave up pretty quickly. I'd be happy to have another crack with some guidance.
I would've thought that allowing some perms to be passed to the Deno isolate would make sense, potentially using the .denoflare config.
Trying to open a WebSocket while using a local isolation throws an error given the Deno isolate has no perms. Using no isolation addressed the issue but renders the development process pretty tedious without hot reloading.
Our use case uses WebSockets to communicate with our database (neon.tech).
I tried to make sense of the code to offer a PR but gave up pretty quickly. I'd be happy to have another crack with some guidance.
I would've thought that allowing some perms to be passed to the Deno isolate would make sense, potentially using the .denoflare config.