-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify the implementation a bit (#57)
- Removed the `sender_loop` function, replaced it with `StreamExt::forward` - Noticed the `GraphqlClient` generic parameter on `SubscriptionStream` wasn't doing anything so got rid of it. - Switched the subscription IDs to be integers so I could remove the `uuid` dependency. It didn't seem worth the extra compile time for that one feature.
- Loading branch information
Showing
3 changed files
with
44 additions
and
78 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
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