Changes between Version 32 and Version 33 of Getting-Started/Android
- Timestamp:
- Mar 14, 2014 3:59:51 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Android
v32 v33 129 129 130 130 131 == Important Issue(s) when Developing A pps with Pjsua2 API== #issues131 == Important Issue(s) when Developing Android Apps == #issues 132 132 133 === Garbage Collector May Crash Your App === #gc 133 === Unable to Make/Receive Call (Problem with sending and receiving large (INVITE) requests over TCP) === #invite 134 135 The issue is documented in #1488. The solution is to try using port other than 5060 in *both* client and server, and/or reducing the SIP message size by following our [https://trac.pjsip.org/repos/wiki/FAQ#sip-msg-size FAQ here]. 136 137 === Garbage Collector May Crash Your App (Pjsua2 API) === #gc 134 138 135 139 There are two problems with Java garbage collector (gc):