Temasys / SKYLINK-iOS

MIT License
7 stars 11 forks source link

Version 1.0.11 #7

Closed danlniel closed 7 years ago

danlniel commented 7 years ago
- (void)_handleMessage:(id)message
{
    SRFastLog(@"Received message");
    [self _performDelegateBlock:^{
        [self.delegate webSocket:self didReceiveMessage:message];
    }];
}

With the latest version, i always get error when try to call delegate Thanks

RomainPln commented 7 years ago

Hello. Thanks for this report. WE already are investigating this issue and will update with a fix ASAP. Please also note latest version is 1.0.11.2 at the moment. 48 thanks.

RomainPln commented 7 years ago

Also, if you'd like to receive a pre-release to help us confirm the fix works for you please drop us an email at userhelp@temasys.com.sg

danlniel commented 7 years ago

Ok cool thanks, Anyway sometimes didjoinpeer from SKYLINKConnectionRemotePeerDelegate is not called, Is this because of server problem?

RomainPln commented 7 years ago

Hum, no, are you using Skylink Media Relay?

danlniel commented 7 years ago

Yea, this happen sometimes when you cant connect some period of time

RomainPln commented 7 years ago

Hello, for the original issue, could you try to do a pod update with the folowing in your podfile: pod 'SKYLINK', :git => 'https://github.com/Temasys/SKYLINK-iOS.git', :branch => 'develop'

RomainPln commented 7 years ago

Hello @danlniel, I see you closed this issue, can i just confirm it means the version 1.0.11.2.1 on develop branch solves your issue ?

danlniel commented 7 years ago

Sory for late reply, Yea Thanks a lot its working fine now.

RomainPln commented 7 years ago

Thanks.