RestComm / restcomm-android-sdk

Android Mobile SDK to easily integrate communication features (WebRTC, messaging, presence, voice, video, screensharing) based on RestComm into native Mobile Applications
http://www.restcomm.com/
GNU Affero General Public License v3.0
153 stars 109 forks source link

Investigate SignalingClient already initialized issue #809

Closed atsakiridis closed 6 years ago

atsakiridis commented 6 years ago

Check row 33 in TC sheet

Moreover, I'm sporadically getting 'java.lang.RuntimeException: SignalingClient already initialized' exceptions, even when I'm not leaving and going back to the App quickly

atsakiridis commented 6 years ago

Investigated this, but there doesn't seem to be a way to go about it without considerable redesign. Some notes:

I have kept all the progress in case we need it in the future under branch atsakiridis_issue809

atsakiridis commented 6 years ago

Actually let's see if we can provide better error reporting instead of crashing like that