-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
My Socket is connected to server but i need Socket id too,
Can anyone Please help me
[SIOSocket socketWithHost: @"http://192.168.1.240:9030" response: ^(SIOSocket *socket1) {
NSLog(@"%@",socket1);
socket = socket1;
socket.onConnect =^()
{
NSLog(@"Socket Connected");
//How to get Socket id Here
};
Server is sending details when Socket is connected
Thanks in advance.
harshganatra
Metadata
Metadata
Assignees
Labels
No labels