8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When processing a command the TCPSocket calls back 3 times, once for the command and then 2 empty callbacks.
I1008 11:16:55.129540 242425856 CommandHandler.cpp:83] Running CommandHandler I1008 11:16:55.129585 242425856 TCPSocket.cpp:21] Listening on port 2345 I1008 11:16:58.165313 242425856 TCPSocket.cpp:48] Received message: betfair connect --username grussell --password passw0rdd --product_id 29 I1008 11:16:58.165705 242425856 TCPSocket.cpp:48] Received message: I1008 11:16:58.165783 242425856 TCPSocket.cpp:48] Received message: I1008 11:16:59.166211 242425856 TCPSocket.cpp:71] Closed client connection on port 2345 I1008 11:16:59.166282 242425856 TCPSocket.cpp:21] Listening on port 2345
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When processing a command the TCPSocket calls back 3 times, once for the command and then 2 empty callbacks.
I1008 11:16:55.129540 242425856 CommandHandler.cpp:83] Running CommandHandler
I1008 11:16:55.129585 242425856 TCPSocket.cpp:21] Listening on port 2345
I1008 11:16:58.165313 242425856 TCPSocket.cpp:48] Received message: betfair connect --username grussell --password passw0rdd --product_id 29
I1008 11:16:58.165705 242425856 TCPSocket.cpp:48] Received message:
I1008 11:16:58.165783 242425856 TCPSocket.cpp:48] Received message:
I1008 11:16:59.166211 242425856 TCPSocket.cpp:71] Closed client connection on port 2345
I1008 11:16:59.166282 242425856 TCPSocket.cpp:21] Listening on port 2345
The text was updated successfully, but these errors were encountered: