You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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.
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 ?
The text was updated successfully, but these errors were encountered: