Skip to content

Commit

Permalink
Fix ping timeout detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Morris committed May 6, 2011
1 parent b7c5aab commit 8aaccad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Classes/Library/TCPClient.m
Expand Up @@ -223,6 +223,8 @@ - (void)onSocket:(AsyncSocket *)sender willDisconnectWithError:(NSError *)error
[delegate tcpClient:self error:msg];
}
}

[self onSocketDidDisconnect:sender];
}
}

Expand Down
4 changes: 2 additions & 2 deletions Resources/Miscellaneous/Info.plist
Expand Up @@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
<key>Build Number</key>
<string>9254</string>
<string>9258</string>
<key>Build Reference</key>
<string>2.0.6-26-g9eb169b-master</string>
<string>2.0.6-27-gb7c5aab-master</string>
<key>CFBundleExecutable</key>
<string>Textual</string>
<key>CFBundleIconFile</key>
Expand Down

0 comments on commit 8aaccad

Please sign in to comment.