-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate native WebSocket client to NWWebSocket library
- Remove 'WebSocket.swift' (and related source files). - Add dependency in 'Cartfile' and 'Package.swift' to NWWebSocket (maintained by Pusher). - Update SDK and example apps to use NWWebSocket library.
- Loading branch information
1 parent
372ae42
commit 3d1bc1c
Showing
13 changed files
with
26 additions
and
515 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
github "ashleymills/Reachability.swift" ~> 5.0.0 | ||
github "jedisct1/swift-sodium" == 0.8.0 | ||
github "pusher/NWWebSocket" ~> 0.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
github "ashleymills/Reachability.swift" "v5.0.0" | ||
github "jedisct1/swift-sodium" "0.8.0" | ||
github "pusher/NWWebSocket" "0.2.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.