fix: WifiManagerLeak
This commit is contained in:
parent
4a3d903cc0
commit
c48e42d449
|
@ -172,6 +172,7 @@ public final class UdpSockets extends ReactContextBaseJavaModule
|
||||||
|
|
||||||
if (mMulticastLock == null) {
|
if (mMulticastLock == null) {
|
||||||
WifiManager wifiMgr = (WifiManager) getReactApplicationContext()
|
WifiManager wifiMgr = (WifiManager) getReactApplicationContext()
|
||||||
|
.getApplicationContext()
|
||||||
.getSystemService(Context.WIFI_SERVICE);
|
.getSystemService(Context.WIFI_SERVICE);
|
||||||
mMulticastLock = wifiMgr.createMulticastLock("react-native-udp");
|
mMulticastLock = wifiMgr.createMulticastLock("react-native-udp");
|
||||||
mMulticastLock.setReferenceCounted(true);
|
mMulticastLock.setReferenceCounted(true);
|
||||||
|
|
Loading…
Reference in New Issue