Skip to content

Commit

Permalink
* Fix issue with local caching where messages were loading slowly.
Browse files Browse the repository at this point in the history
  • Loading branch information
cozzin committed Mar 2, 2022
1 parent 2ceb277 commit 854ca30
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/xcuserdata
Binary file not shown.

This file was deleted.

3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Change Log
### v3.1.6 (Mar 2, 2022)
* Fix issue with local caching where messages were loading slowly.

### v3.1.5 (Feb 24, 2022)
* Fixed a bug where ACK_TIMEOUT(800180) errors were incorrectly being sent.

Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SendBirdSDK",
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.5/SendBirdSDK.xcframework.zip",
checksum: "1556b5c46833bc2028f3efa47e68cf59600d9612951f30b365a7dae4ec103eae"
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.6/SendBirdSDK.xcframework.zip",
checksum: "59383269aa62e826bf5f3f029ead75cd12ded8a4fcfb5d43c6528026049076f0"
),
]
)

0 comments on commit 854ca30

Please sign in to comment.