Open MusabBasheer opened 4 years ago
I looked over the SignalR JS library code and it doesn't seem like there's a 'headers' option available. It looks like they have code that adds a bearer token to the header, but I couldn't find anything for adding your own headers. Let me know if you find anything.
this.connected = await this.hubService.connect({ url:"url", attemptReconnects: true, qs: token, hubGroups: "chatGroup" }).toPromise();