Subscribing to Azure Pub Sub web service from react causes Unhandled Rejection (TypeError) – Reactjs
Based on the official documentation, i am able to get the subscribed messages. When i simply run the javascript code, it runs without any error. const WebSocket = require('ws'); const { WebPubSubServiceClient } = require('@azure/web-pubsub'); async function main() { const…