Skip to content

Commit

Permalink
status is not updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vasily-popov committed Sep 26, 2017
1 parent 313daea commit 526f11f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/VPSocketIOClient.m
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ -(NSString*)statusToString:(VPSocketIOClientStatus)status
}

-(void)setStatus:(VPSocketIOClientStatus)status
{
{
_status = status;
switch (status) {
case VPSocketIOClientStatusConnected:
reconnecting = NO;
Expand Down

0 comments on commit 526f11f

Please sign in to comment.