You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see there are multiple PR's for adding custom request headers. However, whenever I try sending up custom headers with this library in angular I cant seem to get any message to the client when I do client.send("Testing!"). Even though it is making the connection.
However it seems to work just fine when I dont send up any headers. Has anyone run into this issue before?
I see there are multiple PR's for adding custom request headers. However, whenever I try sending up custom headers with this library in angular I cant seem to get any message to the client when I do
client.send("Testing!")
. Even though it is making the connection.However it seems to work just fine when I dont send up any headers. Has anyone run into this issue before?
Client:
Server:
Ive also added supporting for custom header on the initialization
The text was updated successfully, but these errors were encountered: