unittest pass + commands behave as expected

This commit is contained in:
Benjamin Sergeant
2019-04-29 15:27:04 -07:00
parent 705e0823cb
commit 225aade89d
2 changed files with 30 additions and 8 deletions

View File

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