Mitchell Markoff
Error Using Google PubSub With Deno
Hi there, I am trying to work with PubSub using Deno.
I am able to access and create new PubSub instances and subscriptions but experience the below error when trying to receive callbacks for new messages on a subscription. There is a related issue open on GitHub and an open draft PR that seems to be addressing this. Is there a current workaround or any timeline for the open draft PR to get merged? Any help would be greatly appreciated, thank you!
Related GH issue: https://github.com/denoland/deno/issues/20903
Open draft PR with problem fix(?): https://github.com/denoland/deno/pull/22617
Using
deno 1.42.1
2 replies