| 1148 | | // BOOL active = YES; |
|---|
| 1149 | | // while( active && ( _status == MVChatConnectionConnectedStatus || _status == MVChatConnectionConnectingStatus ) ) |
|---|
| 1150 | | // active = [[NSRunLoop currentRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate distantFuture]]; |
|---|
| 1151 | | [[NSRunLoop currentRunLoop] run]; |
|---|
| | 1148 | BOOL active = YES; |
|---|
| | 1149 | while( active && ( _status == MVChatConnectionConnectedStatus || _status == MVChatConnectionConnectingStatus ) ) |
|---|
| | 1150 | active = [[NSRunLoop currentRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate distantFuture]]; |
|---|