Skip to content

Commit 0fcfd6d

Browse files
committed
DOC: Document C++ reconnect and exception callback
1 parent a6680ce commit 0fcfd6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/databento/live_threaded.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ class LiveThreaded {
7474
RecordCallback record_callback);
7575
void Start(MetadataCallback metadata_callback, RecordCallback record_callback,
7676
ExceptionCallback exception_callback);
77-
// Stops the callback thread, closes the current connection, and attempts to
78-
// reconnect to the gateway.
77+
// Closes the current connection, and attempts to reconnect to the gateway.
7978
void Reconnect();
8079

8180
private:

0 commit comments

Comments
 (0)