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 8f37257 commit d00d68bCopy full SHA for d00d68b
include/tigerapi/push_socket/push_socket.h
@@ -26,9 +26,6 @@ namespace TIGER_API
26
CONNECTING,
27
CONNECTED,
28
DISCONNECTED
29
- CONNECTING, //
30
- CONNECTED, //
31
- DISCONNECTED //
32
};
33
34
class PushSocket : public std::enable_shared_from_this<PushSocket>
@@ -94,7 +91,6 @@ namespace TIGER_API
94
91
std::function<void()> disconnected_callback_;
95
92
std::function<void(std::string)> on_inner_error_callback_;
96
93
std::function<void(const std::shared_ptr<tigeropen::push::pb::Response>& response_pb_object)> on_message_callback_;
97
- std::function<void(std::string)> on_inner_error_callback_;
98
99
100
private:
0 commit comments