Opening transport: websocket url:http://localhost:8080/testapp/693/gtiaqpis RTO:417 sockjs-0.3.4.js:282Closed transport: websocket SimpleEvent(type=close, code=2007, reason=Transport timeouted, wasClean=false) sockjs-0.3.4.js:282Opening transport: xhr-streaming url:http://localhost:8080/testapp/693/48dzyvom RTO:417 sockjs-0.3.4.js:282Closed transport: xhr-streaming SimpleEvent(type=close, code=2007, reason=Transport timeouted, wasClean=false) sockjs-0.3.4.js:282Opening transport: xhr-polling url:http://localhost:8080/testapp/693/1xnk76tv RTO:417 sockjs-0.3.4.js:282open {"websocket":true,"cookie_needed":true,"origins":["*:*"],"entropy":1555327858}
--
You received this message because you are subscribed to a topic in the Google Groups "vert.x" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vertx/odf9qa9fzck/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vertx+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "vert.x" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vertx/odf9qa9fzck/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vertx+un...@googlegroups.com.
I tried native sockjs server with same result. Sockjs client can't connect through Websocket if antivirus web-monitor module is ON. And it can connect if web-monitor is OFF.At least in FF.In Chrome even official examples from sockjs can't connect through Websocket (no matter if antivirus on or off) to node.js's sockjs with error: "WebSocket connection to 'ws://localhost:9999/echo/053/q5xbe4_q/websocket' failed: WebSocket is closed before the connection is established. ". But this is out of the scope of this thread.Finally we figure out that problem is in scope of sockjs itself (or sockjs + antivirus interaction). But not in vert.x at all.