We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c61f4 commit 3d7540dCopy full SHA for 3d7540d
SwiftIO/SocketEvent.swift
@@ -111,26 +111,18 @@ class SocketEvent {
111
if ackType == 3 {
112
if nsp == "/" {
113
msg = "43\(ack)["
114
-
115
- return self.completeMessage(msg, args: args)
116
117
} else {
118
msg = "43/\(nsp),\(ack)["
119
120
121
}
122
123
124
msg = "46\(binary)-\(ack)["
125
126
127
128
129
msg = "46\(binary)-/\(nsp),\(ack)["
130
131
132
133
+
+ return self.completeMessage(msg, args: args)
134
135
136
private class func completeMessage(var message:String, args:[AnyObject]) -> String {
0 commit comments