forked from maticzav/swift-graphql
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save responses and subscriptions #3
Open
terhechte
wants to merge
32
commits into
terhechte:main
Choose a base branch
from
unstoppablefi:save_responses_subscriptions
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Save responses and subscriptions #3
terhechte
wants to merge
32
commits into
terhechte:main
from
unstoppablefi:save_responses_subscriptions
Conversation
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 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.
Push our currently used branch to main
Fix to make the project build again
When endpoint is not specified, read introspection from stdin
…ination just restart the socket
multiple changes to make sure a connection_error or a connection_term…
enqueue restarts in a serial queue
Expose the status code on failure
the bad resolution of the filename caused queries to be overridden
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds the following to the debug facilities