Open jonnysamps opened 9 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.
@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...)
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
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.
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
@jonnysamps @bradtheappguy Any thoughts on this? What are the blockers?