unitree-czk / capacitor-udp

A udp plugin for capacitor!
https://www.npmjs.com/package/capacitor-udp
21 stars 14 forks source link

bug(android): Cannot read property ‘closeAllSockets’ of undefined #10

Closed DwieDima closed 3 years ago

DwieDima commented 3 years ago

when i deploy my android application i get an error for closeAllSockets:

Line 1 - Msg: ERROR Error: Uncaught (in promise): TypeError: Cannot read property ‘closeAllSockets’ of undefined
 TypeError: Cannot read property ‘closeAllSockets’ of undefined

this is the error message from android studio.

on IOS it works as expected

DwieDima commented 3 years ago

ok i just forgot to add the import to MainActivity.java...