moko-socket-io icon indicating copy to clipboard operation
moko-socket-io copied to clipboard

MOKO SocketIo by IceRock is Socket.IO implementation Kotlin Multiplatform library

Results 16 moko-socket-io issues
Sort by recently updated
recently updated
newest added

1. Updates gradle version and kmp version 2. Fixes build issues for ios arm simulators

Hey there - I am building a sample app for [MobileNativeFoundation/Store](https://github.com/MobileNativeFoundation/Store) and [dropbox/componentbox](https://github.com/dropbox/componentbox). I can connect to our Socket.IO server using Postman but am hitting connection errors on Android. Can...

Please add support for without jetbrains cocoapods

I used this moko-socketio but I get a connection error.why? ` error: io.socket.engineio.client.EngineIOException: websocket error error: io.socket.client.SocketIOException: Connection error `

Currently moko-socket-io uses [v1.0.0](https://github.com/icerockdev/moko-socket-io/blob/32ed1bcbfb92565702d1f053ed17ff216ff124df/gradle/libs.versions.toml#L4) of socket.io-client-java which is only [compatible upto v2 socket-io server](https://github.com/socketio/socket.io-client-java?tab=readme-ov-file#compatibility). Should update it to v2.x.x which adds support to v3 and v4

Level 2 (Scipy Stack)

我在Android Studio中使用implementation("dev.icerock.moko:socket-io:0.4.0")的方式引入了这个库,然后按照readme的示例代码,使用了ws://...类型的地址,发生了如下报错: ``` Caused by: java.lang.RuntimeException: java.net.MalformedURLException: unknown protocol: ws at io.socket.client.Url.parse(Url.java:52) at io.socket.client.IO.socket(IO.java:61) at io.socket.client.IO.socket(IO.java:42) at dev.icerock.moko.socket.Socket.(Socket.kt:25) ``` 在socket.io-client-java中查找到了类似的[issues](https://github.com/socketio/socket.io-client-java/issues/233),看起来socket.io-client-java已经修复了这个问题。在io.socket.client.IO类中使用了URI而不是URL。 The following is the translation: I introduced this library in...

I cloned this project and tried to run the sample module but I'm facing build failure in sample project. I checked with kdoctor, cocoapod is properly installed. But getting this...

hi do you have any plan for supporting SwiftPackageManager?

I use mokoSocketIo in Kotlin multiplatform project for both platform, ios and Android. In Android all works as expected. In iOS I receive the following error when I try to...

Hi All I have added the library to my project and it isn't compile, Generating workspace in `shared` [!] Unable to find a specification for `mokoSocketIo` depended upon by `shared`...

question