forked from terhechte/swift-graphql
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additional GraphQL fixes, add NWNetworking support
This commit does a couple more things: - It adds a (wip) way of connecting to WebSockets via NWNetworking because, according to Apple's authority on all things network - Quinn The Eskimo - URLSession based websockets have lots of issues while NWNetworking has none: https://developer.apple.com/forums/thread/653599 - It fixes a bug that caused the app to go into an infinite loop draining the users battery as soon as the connection to the websocket went away.
- Loading branch information
Showing
1 changed file
with
121 additions
and
18 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