1d4afb5ceSopenharmony_ci<html> 2d4afb5ceSopenharmony_ci <head> 3d4afb5ceSopenharmony_ci <meta charset=utf-8 http-equiv="Content-Language" content="en"/> 4d4afb5ceSopenharmony_ci <script src="/example.js"></script> 5d4afb5ceSopenharmony_ci </head> 6d4afb5ceSopenharmony_ci <body> 7d4afb5ceSopenharmony_ci <img src="libwebsockets.org-logo.svg"> 8d4afb5ceSopenharmony_ci <img src="strict-csp.svg"><br> 9d4afb5ceSopenharmony_ci 10d4afb5ceSopenharmony_ci LWS wsi timer <b>minimal ws server timer example</b>.<br> 11d4afb5ceSopenharmony_ci This opens a ws connection back to the server and just sits there 12d4afb5ceSopenharmony_ci setting the timer to fire every 20s, which resets the wsi timeout 13d4afb5ceSopenharmony_ci for 60s each timer. It should just stay like that forever. 14d4afb5ceSopenharmony_ci </body> 15d4afb5ceSopenharmony_ci</html> 16d4afb5ceSopenharmony_ci 17