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

Upgrade react/socket to ^1.1 #51

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

adrianspacely
Copy link

@adrianspacely adrianspacely commented Feb 11, 2019

I had a dependency clash for react/socket ^1.1.

That version has all classes set as final, so I had to put a bit of effort to learn react/socket and get this package working with it. Hopefully, you're happy with the upgrade. Otherwise, I am open to feedback to get this merged.

Notes:

  • I don't think this is a breaking change. I didn't need to update the functional tests.
  • I added a connection-status event. It was useful information for me to print in my logs.

@adrianspacely
Copy link
Author

  • I've made my changes compatible with PHP 5.6
  • I've made the composer.lock compatible with PHP 5.6.
  • I don't think the failed ActiveMQ builds are due to my changes.

@adrianspacely adrianspacely changed the title [BREAKING] Upgrade react/socket to 1.1 Upgrade react/socket to ^1.1 Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants