Add ping interval to constructor params for WebSocketServer (#497)

* Update .gitignore for CLion compatibility

* Add pingIntervalSeconds to constructor for WebSocketServer

* Add Heartbeat section to WebSocketServer usage documentation

* Fix typo
This commit is contained in:
Daniel Wymark
2024-03-12 09:46:27 -07:00
committed by GitHub
parent c5a02f1066
commit 70602c4e6b
4 changed files with 22 additions and 2 deletions

2
.gitignore vendored
View File

@ -8,3 +8,5 @@ ws/.srl
ixhttpd
makefile
a.out
.idea/
cmake-build-debug/