VoIPGRID / VialerSIPLib

An Objective-c wrapper for PJSIP
GNU General Public License v3.0
133 stars 69 forks source link

VIALI-3838:Fixed UI threading issue and registered thread for PJSIP #210

Closed ChrisKontosEU closed 4 years ago

ChrisKontosEU commented 4 years ago

Issue number

https://voipgrid.atlassian.net/browse/VIALI-3838

Expected behavior

x-code should not complain about threading issues. app should not delay on first outgoing call on debug and it should not crash either.

Actual behavior

x-code complains about threading issues on the start of the 1st outgoing call. app should not delay on first outgoing call on debug and should not crash either.

{what happens}

Description of fix

Fixed UI threading issue and registered thread for PJSIP