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

Added WebSocket Support #27

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

Conversation

tbowers
Copy link

@tbowers tbowers commented Apr 4, 2015

The purpose of this fork was to add web socket support. In doing so, I abstracted the raw socket usage under a common interface. I then added the RocketSocket web socket library and implemented the same interface. The strategy used is based on the host string provided (e.g. "ws://").

As part of my testing, I added a very basic single view iOS app to exercise the usage. It appears to be working fine at least with my AMQ server.

I don't believe I've done anything to regress the current library's functionality so I wanted to submit it back for possible merging. Otherwise, I'll continue to maintain my fork for WebSocket usage.

This was referenced Apr 21, 2015
Travis Bowers and others added 4 commits June 9, 2015 12:48
flag the project as no longer maintained
Corrected if (err) into if (error)
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

1 participant