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.
1 parent a6680ce commit 0fcfd6dCopy full SHA for 0fcfd6d
include/databento/live_threaded.hpp
@@ -74,8 +74,7 @@ class LiveThreaded {
74
RecordCallback record_callback);
75
void Start(MetadataCallback metadata_callback, RecordCallback record_callback,
76
ExceptionCallback exception_callback);
77
- // Stops the callback thread, closes the current connection, and attempts to
78
- // reconnect to the gateway.
+ // Closes the current connection, and attempts to reconnect to the gateway.
79
void Reconnect();
80
81
private:
0 commit comments