From 4000e3a71582e2cf4745b2782d5f9147187cc372 Mon Sep 17 00:00:00 2001 From: SL Date: Tue, 26 Dec 2023 19:17:38 +0800 Subject: [PATCH] Modifying the issue of disconnected sockets not being destroyed --- CHANGELOG.md | 4 +- README.md | 2 +- example/ios/Podfile.lock | 6 +-- example/ios/Runner.xcodeproj/project.pbxproj | 2 +- .../xcshareddata/xcschemes/Runner.xcscheme | 2 +- lib/manager/connect_manager.dart | 3 +- pubspec.lock | 54 +++++++++++-------- pubspec.yaml | 2 +- 8 files changed, 43 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6056af..9822972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,4 +47,6 @@ ### 1.2.3 * Optimize message queries ### 1.2.4 - * Optimize connection \ No newline at end of file + * Optimize connection + ### 1.2.5 + * Modifying the issue of disconnected sockets not being destroyed \ No newline at end of file diff --git a/README.md b/README.md index ac89691..d4dc4d5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ #### 安装 ``` dependencies: - wukongimfluttersdk: ^1.2.4 + wukongimfluttersdk: ^1.2.5 ``` #### 引入 ```dart diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index dc016e9..a396587 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -20,7 +20,7 @@ DEPENDENCIES: - connectivity (from `.symlinks/plugins/connectivity/ios`) - encryptions (from `.symlinks/plugins/encryptions/ios`) - Flutter (from `Flutter`) - - shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/ios`) + - shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`) - sqflite (from `.symlinks/plugins/sqflite/ios`) SPEC REPOS: @@ -36,7 +36,7 @@ EXTERNAL SOURCES: Flutter: :path: Flutter shared_preferences_foundation: - :path: ".symlinks/plugins/shared_preferences_foundation/ios" + :path: ".symlinks/plugins/shared_preferences_foundation/darwin" sqflite: :path: ".symlinks/plugins/sqflite/ios" @@ -51,4 +51,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 70d9d25280d0dd177a5f637cdb0f0b0b12c6a189 -COCOAPODS: 1.14.2 +COCOAPODS: 1.11.2 diff --git a/example/ios/Runner.xcodeproj/project.pbxproj b/example/ios/Runner.xcodeproj/project.pbxproj index d52abf9..fd3390a 100644 --- a/example/ios/Runner.xcodeproj/project.pbxproj +++ b/example/ios/Runner.xcodeproj/project.pbxproj @@ -214,7 +214,7 @@ 97C146E61CF9000F007C117D /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 1300; + LastUpgradeCheck = 1430; ORGANIZATIONNAME = ""; TargetAttributes = { 331C8080294A63A400263BE5 = { diff --git a/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme index e42adcb..87131a0 100644 --- a/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ b/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme @@ -1,6 +1,6 @@ =2.19.0 <4.0.0" + dart: ">=3.2.0-194.0.dev <4.0.0" flutter: ">=3.3.0" diff --git a/pubspec.yaml b/pubspec.yaml index ed1694e..3a8ffa4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ description: wukong IM flutter sdk # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.2.4 +version: 1.2.5 homepage: https://github.com/WuKongIM/WuKongIMFlutterSDK environment: