File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22layout : single
33title : ' React Native - Additional notes'
4- date : 2019-06-10 21:01:01 +0530
4+ date : 2024-04-26 21:01:01 +0530
55categories : workaround stompjs rx-stomp
66toc : true
77redirect_from :
@@ -30,10 +30,11 @@ and [https://blog.usejournal.com/6-daily-issues-in-android-cleartext-traffic-err
3030# Null Chopping
3131
3232Some versions of React Native (including the current production
33- version as on June 10, 2019 ) have an underlying issue that prevents these libraries
33+ version as on April 26, 2024 ) have an underlying issue that prevents these libraries
3434from working correctly.
3535Please see:
3636
37+ - [ react-native/issues/24129] ( https://github.com/facebook/react-native/issues/24129 )
3738- [ react-native/issues/12731] ( https://github.com/facebook/react-native/issues/12731 )
3839- [ react-native/issues/22043] ( https://github.com/facebook/react-native/issues/22043 )
3940- [ metro/issues/365] ( https://github.com/facebook/metro/issues/365 )
@@ -45,6 +46,7 @@ Reported in `stompjs`:
4546
4647The best solution would have been for the underlying issue to be fixed.
4748However, it seems there is not much interest in that.
49+ Reference [ react-native/issues/24129] ( https://github.com/facebook/react-native/issues/24129 ) .
4850
4951It has been observed that NULL chopping happens only with strings, buffers works correctly.
5052Workaround 2, avoids using strings altogether by using binary
You can’t perform that action at this time.
0 commit comments