Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 145827d

Browse files
committed
[FIX] namespace param
1 parent ea22d26 commit 145827d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SocketIO.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ - (void) connectToHost:(NSString *)host
109109
withParams:(NSDictionary *)params
110110
withNamespace:(NSString *)endpoint
111111
{
112-
[self connectToHost:host onPort:port withParams:params withNamespace:@"" withConnectionTimeout:defaultConnectionTimeout];
112+
[self connectToHost:host onPort:port withParams:params withNamespace:endpoint withConnectionTimeout:defaultConnectionTimeout];
113113
}
114114

115115
- (void) connectToHost:(NSString *)host

0 commit comments

Comments
 (0)