-
this method is not triggered [self.socket on:@"message" callback:....]
My project objective c
ı implement socketio's methods in viewdidload
NSURL* url = [[NSURL alloc] initWithString:@"....3…
-
Hi, I'm completely new to objective c and currently I'm trying out this project. I'm confused on where to include this code:
" @import SocketIO;
NSURL* url = [[NSURL alloc] initWithString:@"http…
-
2018-01-28 21:42:09.425944+0500 chaterr[7368:146014] LOG SocketManager: Manager is being released
2018-01-28 21:42:09.426048+0500 chaterr[7368:146014] LOG SocketIOClient{/swift}: Adding handler for e…
-
Hello guys,
I am using Socket.io in many iOS projects.
Just wondering when you are planning on migrating to swift 4 ?
Thanks.
-
When Iphone locked & come back at that time Socket Disconnect repeatedly. after each 10 seconds.
I have put code for socket connect, in disconnect event. so whenever socket disconnect it will connect…
-
when i use the following config:
```
let config : [String: Any] = ["log": true,
"compress": true,
"forcePolling": true]
…
-
Scenario:
Client connected to a server via WebSocket.
Client is listening for event "bar".
Client emits a message "foo" waiting for ack callback.
Server processes "foo" message sent by client,…
-
django server is logging this error when attempting to connect the socket:
`Not Found: /socket.io/`
Here is my iOS client code:
`import Foundation
import SocketIO
final class TFTISocketManager…
-
My project is swift,Xcode version 9.0,socket.IO version 12.1.2, swift version 4.
I found that there was a data that could not be received normally during use. By looking further at the log, it was fo…
ghost updated
6 years ago
-
## On my node backend server, it says that something connected when I run this, but then I get the error below and if I try emitting events, it says the other error below
### swift code:
imp…