skip to Main Content

How to configure ReactJS URL connection to Azure SignalR Service using HubConnectionBuilder

Hello I want to know how to setup the HubConnectionBuilder URL to connect my client ReactJS function based app to the Azure SignalR Service. I am using the endpoint=https://xxxxxxxxxxxx-signalr.service.signalr.net;AccessKey=m5QcxLFV+3Wx+tzxxn4SUiBqWZUOmzG8nix4OxxxOhg4=;Version=1.0; as in the following: useEffect(() => { console.log('testing const2'); const newConnection…

VIEW QUESTION
Back To Top
Search