mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-03 05:03:45 +00:00
no message
This commit is contained in:
parent
2bf7e85910
commit
80c4254b20
@ -63,7 +63,6 @@ static dispatch_block_t recursiveBlock(void (^block)(dispatch_block_t recurse))
|
||||
|
||||
if ([currentShouldRestart boolValue])
|
||||
{
|
||||
[currentDisposable setDisposable:nil];
|
||||
id<SDisposable> disposable = [self startWithNext:^(id next)
|
||||
{
|
||||
[subscriber putNext:next];
|
||||
|
||||
@ -151,10 +151,6 @@
|
||||
if (!_terminated)
|
||||
{
|
||||
NSLog(@"trace(%@ terminated)", _name);
|
||||
if ([_name hasPrefix:@"bestTcp4Signals"])
|
||||
{
|
||||
int bp = 1;
|
||||
}
|
||||
_terminated = true;
|
||||
_next = nil;
|
||||
_error = nil;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user