mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Added / prepared for state disconnecting:
Taking up the idea of MS (disconnecting), and based on a real world issue where the transition state of disconnecting was still handled as connected.
This commit is contained in:
committed by
Mathew Sutcliffe
parent
34c75c7505
commit
79f5b6fcd3
@@ -88,6 +88,7 @@ namespace BlackCore
|
||||
enum ConnectionStatus
|
||||
{
|
||||
Disconnected = 0, //!< Not connected
|
||||
Disconnecting, //!< In transition to disconnected
|
||||
DisconnectedError, //!< Disconnected due to socket error
|
||||
Connecting, //!< Connection initiated but not established
|
||||
Connected //!< Connection established
|
||||
|
||||
Reference in New Issue
Block a user