-
Merhabalar ben, react-native kodlarımda socket bağlantısı yapıyorum fakat bu socket bağlantısından önce ip adresini sormam gerekiyor, gelen ip adresini state e yazdıktan sonra o sayfanın çalışmasını i…
-
This is somewhat related to https://github.com/socketio/socket.io-client-swift/issues/746
If I open then put my app in the background while in my house connected to wifi and then walk out and down …
-
Hello
I am working to connect socket io using host name and port but got the following error "ERROR SocketManager: Got unknown error from server A|HB|E$ & Handling event: error with data: "Got unkn…
-
I think we have a racing condition here. Sometimes request to connect to custom namespace (40/nsp) is not sent.
We debugged it to the method `flushProbeWait()` in `SocketEngine`.
It is called on web…
-
Hi, I successfully used the library to connect to my local webserver.
Next step for me is to be able to send data from Arduino to the NodeJS webserver hosted on Heroku, but this piece of code
`i…
-
Hello.
I'm designing a chat app in ios.
i've designed a singleton class for the manager and socket. But the manager's extraHeaders options called on initial connection. Even changing the config o…
-
in Obj-C:
```
NSURL* url = [[NSURL alloc] initWithString:@"https://api.kubi.me:3000"];
SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:url options:@{@"forceWebsockets": @YE…
-
Greetings,
I am fairly new to Unreal Engine. When I followed the instructions provided in the README, I simply dragged in the provided plugins and I receive the following error messages:
-------…
-
@himynameschris
Is there a way to do ack with current socket.io client implementation?
This is the documentation for this : http://socket.io/docs/#sending-and-getting-data-(acknowledgements)
From so…
-
server config url address "http://aworld.cn/chatroom",
pod socket.io-client-swift 13.0.0 version,
NSDictionary *config = @{
@"log":@YES,
@…