rename package folders
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/// Used to notify the WS connection status
|
||||
enum ConnectionStatus {
|
||||
/// WS is connected and everything is good
|
||||
connected,
|
||||
|
||||
/// WS is connecting (usually reconnecting)
|
||||
connecting,
|
||||
|
||||
/// WS is disconnected and it's not reconnecting
|
||||
disconnected,
|
||||
}
|
||||
Reference in New Issue
Block a user