-
Notifications
You must be signed in to change notification settings - Fork 44
thaliMobile needs clean up native Android peer listeners when it declares a peer unavailable #1454 #1831
base: master
Are you sure you want to change the base?
Conversation
…ares a peer unavailable
…it declares a peer unavailable
Test 111073062 (a55528a) build started. |
PR is added to the queue for testing as 1. task. (a55528a) |
Test (Fail) 111073062 build is completed (a55528a) |
Reviewed 3 of 3 files at r1. test/www/jxcore/bv_tests/testThaliMobile.js, line 2235 at r1 (raw file):
This test tests that after calling There also should be a test, that tests Also I would add additional check for correct arguments ( thali/NextGeneration/thaliMobile.js, line 1258 at r1 (raw file):
We usually use module.exports to access exported variables. Please, change it to thali/NextGeneration/thaliMobileNativeWrapper.js, line 814 at r1 (raw file):
NB: It probably would be more readable to use early return here. if (!gServersManager) {
return resolve();
}
... Comments from Reviewable |
…e' event. Update terminateListener method
PR is added to the queue for testing as 1. task. (99e67f9) |
Test 111073062 (99e67f9) build started. |
Test (Fail) 111073062 build is completed (99e67f9) |
This change is