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 e716672 commit a661b4bCopy full SHA for a661b4b
include/tigerapi/push_socket/push_socket.h
@@ -54,6 +54,7 @@ namespace TIGER_API
54
void start_keep_alive();
55
void send_heart_beat();
56
void auto_reconnect();
57
+ void cancel_reconnect_timer();
58
59
void handle_connect(const boost::system::error_code& error,
60
boost::asio::ip::tcp::resolver::iterator endpoint_iterator);
0 commit comments