Dear WiseJ Team,
Unfortunately at the moment I have no other option than to host the application on a Windows 7 machine.
As I understand neither IIS7.5 nor Wisej.HostService.exe supports WebSockets, because the System.Web.WebSockets class relies on HTTP.SYS, which in turn has not implemented WebSockets on Win 7 / 2008 R2.
I see the typical console output: Firefox can’t establish a connection to the server at ws://<fqdn>:90/app.wx?url=http://<fqdn>:90/&sid=…
And the about:networking#websockets is also empty. I checked, everything works well on later versions of OS.
My questions would be:
Many thanks,
Kizaemon
Hi Kizaemon,
in a non-Websocket environment you can try using the pollingInterval setting in default.json.
Its default is 0 and is has no effect when running on Websockets. For http you can define an interval (in ms) where the server will poll for changes emulating Websockets pretty closely.
Of couse it depends on your application but it might come pretty close from the user perspective without having to write different code for WebSocket and http connections.
Hope that helps.
Best regards
Frank
Hi Simone,
good catch. It should be pollingInterval as written here.
We´ll update the Wisej templates to fix the Problem.
Thanks,
Frank
Hi Frank,
i have noted that “Deafult.json” is generated with option “pollInterval: …”
When trying using “pollInterval” instead of “pollingInterval” as you suggest cause Application Error on startup.
Maybe a writing error?
Thanks
Please login first to submit.