mmeitine / google-cast-sdk

Automatically exported from code.google.com/p/google-cast-sdk
1 stars 0 forks source link

GCKCastSecureSocket crash when casting a video #670

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
 - Crash Logs are collected by users. No steps are specified.

What is the expected output? What do you see instead?
 - When the app is casting a video or initializing during launch, in some instances, the GCKCastSecureSocket will send a NULL pointer, causing the app to crash.

What version of the product are you using? On what operating system?
 - Googlecast Version 2.7.1
 - iOS iPhone/iPad devices versions 8.0 and above

Please provide any additional information below.

Original issue reported on code.google.com by davidfai...@gmail.com on 19 Oct 2015 at 6:06

Attachments:

GoogleCodeExporter commented 8 years ago
You need to make sure the GCKDeviceManager does not get released when it is not 
in a disconnected state. Wait for the didDisconnect:withError: or 
didFailToConnectWithError: callback before releasing the object.

Original comment by mlind...@google.com on 19 Oct 2015 at 7:14

GoogleCodeExporter commented 8 years ago

Original comment by jonathan...@google.com on 21 Oct 2015 at 4:43