ActiveStack / gateway

MIT License
2 stars 6 forks source link

Upgrade SocketIO #2

Open jonnysamps opened 9 years ago

curb47 commented 8 years ago

@jonnysamps @bradtheappguy Any thoughts on this? What are the blockers?

jonnysamps commented 8 years ago

@curb47 the blockers are that the iOS client can't connect to the new version of socketio. It needs to also be upgraded.

curb47 commented 8 years ago

@jonnysamps What's the effort to upgrade on the server-side? If it is as easy as changing version numbers, perhaps we could just include a flag or property that tells it to run an older version of socket IO? (But I'm guessing it's not that easy...)

jonnysamps commented 8 years ago

It is already done: the socketio branch (and PR) are already there.

On Tue, Jan 12, 2016 at 1:22 PM, Collin Brown notifications@github.com wrote:

@jonnysamps https://github.com/jonnysamps What's the effort to upgrade on the server-side? If it is as easy as changing version numbers, perhaps we could just include a flag or property that tells it to run an older version of socket IO? (But I'm guessing it's not that easy...)

— Reply to this email directly or view it on GitHub https://github.com/ActiveStack/gateway/issues/2#issuecomment-171059508.

Jonathan

curb47 commented 8 years ago

Nice. Can we run that in some sort of “compatibility” mode to service clients who are still on the older version of socket IO?

On Jan 12, 2016, at 1:31 PM, Jonathan Samples notifications@github.com wrote:

It is already done: the socketio branch (and PR) are already there.

On Tue, Jan 12, 2016 at 1:22 PM, Collin Brown notifications@github.com wrote:

@jonnysamps https://github.com/jonnysamps What's the effort to upgrade on the server-side? If it is as easy as changing version numbers, perhaps we could just include a flag or property that tells it to run an older version of socket IO? (But I'm guessing it's not that easy...)

— Reply to this email directly or view it on GitHub https://github.com/ActiveStack/gateway/issues/2#issuecomment-171059508.

Jonathan — Reply to this email directly or view it on GitHub https://github.com/ActiveStack/gateway/issues/2#issuecomment-171063493.

jonnysamps commented 8 years ago

I doubt it.

On Tue, Jan 12, 2016 at 1:33 PM, Collin Brown notifications@github.com wrote:

Nice. Can we run that in some sort of “compatibility” mode to service clients who are still on the older version of socket IO?

On Jan 12, 2016, at 1:31 PM, Jonathan Samples notifications@github.com wrote:

It is already done: the socketio branch (and PR) are already there.

On Tue, Jan 12, 2016 at 1:22 PM, Collin Brown notifications@github.com wrote:

@jonnysamps https://github.com/jonnysamps What's the effort to upgrade on the server-side? If it is as easy as changing version numbers, perhaps we could just include a flag or property that tells it to run an older version of socket IO? (But I'm guessing it's not that easy...)

— Reply to this email directly or view it on GitHub < https://github.com/ActiveStack/gateway/issues/2#issuecomment-171059508>.

Jonathan — Reply to this email directly or view it on GitHub < https://github.com/ActiveStack/gateway/issues/2#issuecomment-171063493>.

— Reply to this email directly or view it on GitHub https://github.com/ActiveStack/gateway/issues/2#issuecomment-171064266.

Jonathan