Closed GoogleCodeExporter closed 9 years ago
Sorry for the type: headline should be "bug in close function"
Original comment by andre.moencher@gmail.com
on 26 Sep 2011 at 9:06
I temporarily changed the code to
- (void) close
{
[self close:WebSocketCloseStatusNormal message:nil];
}
- (void) close:(NSUInteger) aStatusCode message:(NSString*) aMessage
{
readystate = WebSocketReadyStateClosing;
[self sendClose:aStatusCode message:aMessage];
isClosing = YES;
}
Original comment by andre.moencher@gmail.com
on 26 Sep 2011 at 9:54
Excellent find! I will get a fix out this week.
Original comment by joshuadmorris@gmail.com
on 26 Sep 2011 at 3:03
Fixed in the trunk, working on other fixes before I do a release.
Original comment by joshuadmorris@gmail.com
on 27 Sep 2011 at 9:09
Great to here …
Original comment by andre.moencher@gmail.com
on 27 Sep 2011 at 9:11
Original comment by joshuadmorris@gmail.com
on 9 Oct 2011 at 2:29
Original issue reported on code.google.com by
andre.moencher@gmail.com
on 26 Sep 2011 at 9:02