Skip to content
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

Testing actioncable against websocket-driver 0.7.0 #30711

Merged
merged 2 commits into from
Jan 18, 2018
Merged

Conversation

jaredbeck
Copy link
Contributor

@jaredbeck jaredbeck commented Sep 25, 2017

This PR is just to cause a CI run, but if people want to use it as a starting point for discussion, that's fine too.

The changelog for websocket-driver 0.7.0 does not mention any breaking changes.

0.7.0 / 2017-09-11

Add ping and pong to the set of events users can listen to

@rails-bot
Copy link

r? @georgeclaghorn

(@rails-bot has picked a reviewer for you, use r? to override)

@jaredbeck
Copy link
Contributor Author

Looks like the tests mostly pass. I'm not sure how reliable CI is .. are the failures intermittent? I don't know b/c I don't have permissions to retry a CI job.

@georgeclaghorn georgeclaghorn removed their assignment Oct 8, 2017
@jaredbeck
Copy link
Contributor Author

@dhh Please assign someone to review this. I have no idea who to ask. Thanks.

@dhh
Copy link
Member

dhh commented Jan 18, 2018

Why are we trying to run against the newer websocket-driver?

@isuda
Copy link

isuda commented Jan 18, 2018

This is due to me commenting that this version fixed a bug that was reported earlier, but it turns out that fix did not make it into this version. It is still unreleased.

#30908

and
faye/websocket-driver-ruby#58
faye/websocket-driver-ruby@2ec898c

So it might not be worth updating to 0.7.0 now, but it would be good to see if a new version of websocket-driver could be released to fix that bug.

@dhh
Copy link
Member

dhh commented Jan 18, 2018 via email

@@ -28,5 +28,5 @@ Gem::Specification.new do |s|
s.add_dependency "actionpack", version

s.add_dependency "nio4r", "~> 2.0"
s.add_dependency "websocket-driver", "~> 0.6.1"
s.add_dependency "websocket-driver", [">= 0.6.1", "< 0.8"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change it to >= 0.6.1?

I just want to run the CI, I haven't done any analysis of changes in websocket-driver 0.7.0. I haven't even read their changelog. This PR is just to cause a CI run, but if people want to use it as a starting point for discussion, that's fine too.
@jaredbeck
Copy link
Contributor Author

Can you change it to >= 0.6.1?

Changed, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants