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

Signaling and registering for push should run in parallel #767

Closed ognjenns closed 6 years ago

ognjenns commented 6 years ago

Registering for push notification is waiting for success connection to signaling. The signaling and push should not depend on each other. We should change this and run them in parallel.

atsakiridis commented 6 years ago

Let's also evaluate if the choice to have separate warning callback for push related configurations issues works out well. If not let's do some more brainstorming on possible improvements

atsakiridis commented 6 years ago

@ognjenns let's not mix this issue with callbacks logic. I opened a separate issue for this: #784. I'll fill you in on the details tomorrow