Fixed heartbeat typos (#22)

This commit is contained in:
Michael Lu
2019-03-19 21:31:43 -07:00
committed by Benjamin Sergeant
parent 310724c961
commit afe8b966ad
5 changed files with 9 additions and 9 deletions

View File

@ -65,7 +65,7 @@ namespace
_webSocket.setUrl(url);
// The important bit for this test.
// Set a 1 second hearbeat ; if no traffic is present on the connection for 1 second
// Set a 1 second heartbeat ; if no traffic is present on the connection for 1 second
// a ping message will be sent by the client.
_webSocket.setHeartBeatPeriod(1);