'React-native get bufferedSize

I have a issue to get the bufferedSize from webscoket on Android & iOS.

react-native": "0.64.3

const ws = new Websocket("wss")

ws.bufferedSize // work on web platform

The bufferedSize return undefined when i am on iOS and Android.

ws.queueSize dont work too.

Do you know an alternative ? an other package.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source