-
Notifications
You must be signed in to change notification settings - Fork 37
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
Provide a working rsocket-kotlin and Android example #164
Comments
Can i help somehow with such example? Is it suitable for Android in any way? |
What are you thinking? Add a test that runs in CI as described above? Alternatively a relatively clean sample that hit demo.rsocket.io would be a good starting point. |
I am working on it, diving into the project. Is there something special about contributing what i should know? |
No, put up something for discussion and it should flush out any concerns. Thanks! If there is anything we are missing we should clarify it in the docs. |
I did create a demo https://github.com/LittleTrickster/AndroidRSocketDemo (it's a little bloated for a demo) that works both as a server and a client but there is still #148 issue that crashes the whole app when the client loses connection to the server. |
Have you tried to make it work with okHttp? |
Yeah it works just add |
@LittleTrickster Is the sample project up to date? |
@NailShakurov It's not. |
Out of https://stackoverflow.com/questions/67837839/is-it-possible-to-use-rsocket-in-android-with-kotlin
We should provide a working example android test, similar to https://github.com/square/okhttp/tree/master/android-test
The text was updated successfully, but these errors were encountered: