mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-04 13:38:21 +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])
|
if ([currentShouldRestart boolValue])
|
||||||
{
|
{
|
||||||
[currentDisposable setDisposable:nil];
|
|
||||||
id<SDisposable> disposable = [self startWithNext:^(id next)
|
id<SDisposable> disposable = [self startWithNext:^(id next)
|
||||||
{
|
{
|
||||||
[subscriber putNext:next];
|
[subscriber putNext:next];
|
||||||
|
|||||||
@ -151,10 +151,6 @@
|
|||||||
if (!_terminated)
|
if (!_terminated)
|
||||||
{
|
{
|
||||||
NSLog(@"trace(%@ terminated)", _name);
|
NSLog(@"trace(%@ terminated)", _name);
|
||||||
if ([_name hasPrefix:@"bestTcp4Signals"])
|
|
||||||
{
|
|
||||||
int bp = 1;
|
|
||||||
}
|
|
||||||
_terminated = true;
|
_terminated = true;
|
||||||
_next = nil;
|
_next = nil;
|
||||||
_error = nil;
|
_error = nil;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user