Make AutomaticReconnection optional (#47)

* unittest pass + commands behave as expected

* cleanup
This commit is contained in:
Benjamin Sergeant
2019-04-29 21:12:34 -07:00
committed by GitHub
parent 1d39a9c9a9
commit 0c2d1c22bc
2 changed files with 36 additions and 10 deletions

View File

@ -39,6 +39,7 @@ namespace ix
std::cout << "Disabling automatic reconnection with "
"_webSocket.disableAutomaticReconnection()"
" not supported yet" << std::endl;
_webSocket.disableAutomaticReconnection();
}
}