sockjs on xhr-streaming transport not working on JavaFx Webview
106 views
Skip to first unread message
tschm...@gmail.com
unread,
May 4, 2017, 5:29:05 PM5/4/17
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 am looking at using xhr-streaming transport for sockjs because websockets are not available and xhr-polling intermittently stops working. xhr-streaming appears to be more reliable in my use case than xhr-polling, However, it only works on Firefox and Chrome, not the JavaFX WebView.
Is there a configuration change I can make for xhr-streaming to work on JavaFx WebView?
Here is the debug output from sockjs. It appears that the socket is not opened and a transportTimeout occurs.