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

WebSockets support? #44

Open
omarojo opened this issue Jun 9, 2019 · 1 comment
Open

WebSockets support? #44

omarojo opened this issue Jun 9, 2019 · 1 comment

Comments

@omarojo
Copy link

omarojo commented Jun 9, 2019

Im trying to have 7 iOS devices.
One is the Web Server, the others connect to the server via WebSockets.
So when the Server notifies the clients (via websocket) to take a Photo they all take a photo at the same time. and then Upload Images to Server via AFNetworking.

I like that your already implemented support for Uploading images.
But I need to a way to notify in realtime all my clients.

Is this even possible ?

@thecatalinstan
Copy link
Owner

I realize that this is extremely late, but:

  • I would like to eventually implement web sockets, but alas time :(
  • What I have done in order to overcome the issue in other projects (with a similar scenario) is to create a server endpoint on the client devices, thus enabling a sort of two way communication between them. It's not the same as web sockets but it would fulfill the need.

Hope it will help someone.

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

No branches or pull requests

2 participants