Win 7 , get fallback xhr-streaming / xhr-polling / eventsource protocol after first websocket connection
54 views
Skip to first unread message
cuon...@dirox.net
unread,
Aug 25, 2015, 1:17:00 PM8/25/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sockjs
I logged the protocol in node server when client connected. I test on Win 7 laptop, open web application then connect sockjs to node server. First , I get logged protocol is "Websocket". But after that it get new connection but protocol is xhr-streaming, and sometimes fallback to xhr-polling / eventsource / htmlfile I check network tab in web application. I get the same log websocket then xhr-streaming ...