Ooui-tws-port/Ooui.AspNetCore
Frank A. Krueger f05f232d5b Fix returning to pages without re-requesting them
Chrome likes to cache HTML and was making a new web socket
request without first requesting a new page. The server however
expires a web socket url after its first use.

To fix this, web socket urls have a rolling cache policy and
can be reconnected to.

Fixes #52
2018-02-01 15:09:37 -08:00
..
ElementResult.cs Add titles to ElementResults 2017-11-15 22:20:09 -06:00
Ooui.AspNetCore.csproj Add ASP.NET tags 2017-11-28 20:26:15 -08:00
OouiMiddlewareExtensions.cs Implement ImageRenderer (fixes #44) 2017-12-10 17:51:05 -08:00
WebSocketHandler.cs Fix returning to pages without re-requesting them 2018-02-01 15:09:37 -08:00