protocol 8. (#134)
* protocol 8. * add FastConnectOptions. * update. * fix. * Deprecated the top connect method. * Add fast connect button in example. * Create a Listener before connecting. * Force protocol-v7 for deprecated APIs. * remove commented out line. * relative path import. * update.
This commit is contained in:
@@ -45,6 +45,7 @@ extension ProtocolVersionExt on ProtocolVersion {
|
||||
ProtocolVersion.v5: '5',
|
||||
ProtocolVersion.v6: '6',
|
||||
ProtocolVersion.v7: '7',
|
||||
ProtocolVersion.v8: '8',
|
||||
}[this]!;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user