Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Starscream Dependency #17

Open
cdigiacinto opened this issue Nov 14, 2017 · 6 comments
Open

Starscream Dependency #17

cdigiacinto opened this issue Nov 14, 2017 · 6 comments

Comments

@cdigiacinto
Copy link

It is possible to update the Starscream dependency to the last version 3.0.2 for Swift 4?

@crrobinson14
Copy link

It looks like this is already addressed in master but a new release has not been "cut". I tried to do that myself but it seems this repository depends on / is linked to the Android Java client in some way and how it's built isn't documented here. Anybody have an answer to this?

@jtorres-carecloud
Copy link

Hi! Thanks for the Library, is there any updates on this issue? @crrobinson14 did you were able to find a workaround for your issue?

@crrobinson14
Copy link

@jtorres-carecloud We ended up not using Deepstream. Beyond this Swift dependency, when you use RethinkDB as the backing store (as we wanted to do) Deepstream really wants the data formatted "its way". We had existing data already that we wanted to tie into, and it just wasn't working out trying to pull it through DS. Don't get me wrong, the Deepstream premise is really great and we hope others find it useful. We just went with a more vanilla SocketCluster setup and a little bit of bridge logic to the database for our use case.

@jtorres-carecloud
Copy link

Thanks for your update @crrobinson14 I really appreciate it

@crrobinson14
Copy link

@jtorres-carecloud I forgot to mention, although I'm not maintaining (or even using) this in any way, I did make a fork of this project to update that dependency:

https://github.com/crrobinson14/deepstream.io-client-ios

I can't remember if I got this fully working but it should be 99% there... It's tricky to compile because the iOS client is actually just a lightweight wrapper around the Android Java client, which is compiled over in that parallel project via a java->objc compiler. You'll need to clone and self-host both of them if you want to do the same thing.

@jtorres-carecloud
Copy link

Wow thanks @crrobinson14 we are having issues because of almost same issues, we will take a look on your fork. Thanks for sharing!

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

No branches or pull requests

3 participants