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

Commit 7d2416a

Browse files
committed
Merge pull request #122 from YannickL/develop
[FIX] namespace param
2 parents ea22d26 + 145827d commit 7d2416a

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)