New 'isConnected' API
Summary: Expose a new API to be used to check if there's an open connection with Flipper Desktop. Changelog: new FlipperClient isConnected API Reviewed By: antonk52 Differential Revision: D46841095 fbshipit-source-id: 82a60f52496fb218cb50c6a28d7ffe7225ae23aa
This commit is contained in:
committed by
Facebook GitHub Bot
parent
daa3a38ed3
commit
7cec520729
@@ -47,7 +47,7 @@ class FlipperConnectionManager {
|
||||
True if there's an open connection.
|
||||
This method may block if the connection is busy.
|
||||
*/
|
||||
virtual bool isOpen() const = 0;
|
||||
virtual bool isConnected() const = 0;
|
||||
|
||||
/**
|
||||
Send message to the ws server.
|
||||
|
||||
Reference in New Issue
Block a user