Does rn_bridge.channel.send
use a queue internally?
#85
Unanswered
clydee-geng
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In nodejs, the data returned by udp is sent to the react-native page component through
rn_bridge.channel.send
. Then when udp stops returning data, rn_bridge.channel.send is still sending, and it takes a long time to stop.Beta Was this translation helpful? Give feedback.
All reactions