Make AutomaticReconnection optional (#47)
* unittest pass + commands behave as expected * cleanup
This commit is contained in:
committed by
GitHub
parent
1d39a9c9a9
commit
0c2d1c22bc
@ -39,6 +39,7 @@ namespace ix
|
||||
std::cout << "Disabling automatic reconnection with "
|
||||
"_webSocket.disableAutomaticReconnection()"
|
||||
" not supported yet" << std::endl;
|
||||
_webSocket.disableAutomaticReconnection();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user