-
Notifications
You must be signed in to change notification settings - Fork 23
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
Server sent events #134
Server sent events #134
Conversation
server-sent-events/Package.swift
Outdated
dependencies: [ | ||
.package( | ||
url: "https://github.com/hummingbird-project/hummingbird.git", | ||
branch: "cancel-on-inbound-close2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remember to revert once cancelOnInboundClose changes are merged
@adam-fowler why do you need to rely on |
For some reason I thought there had been no release made. I can see I was wrong. I can fix that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super cool example!
Just two changes needed (6.0 and the change to a release once that's ready). You can merge after that |
Example demonstrating server sent events.