File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
layout : single
3
3
title : ' React Native - Additional notes'
4
- date : 2019-06-10 21:01:01 +0530
4
+ date : 2024-04-26 21:01:01 +0530
5
5
categories : workaround stompjs rx-stomp
6
6
toc : true
7
7
redirect_from :
@@ -30,10 +30,11 @@ and [https://blog.usejournal.com/6-daily-issues-in-android-cleartext-traffic-err
30
30
# Null Chopping
31
31
32
32
Some 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
34
34
from working correctly.
35
35
Please see:
36
36
37
+ - [ react-native/issues/24129] ( https://github.com/facebook/react-native/issues/24129 )
37
38
- [ react-native/issues/12731] ( https://github.com/facebook/react-native/issues/12731 )
38
39
- [ react-native/issues/22043] ( https://github.com/facebook/react-native/issues/22043 )
39
40
- [ metro/issues/365] ( https://github.com/facebook/metro/issues/365 )
@@ -45,6 +46,7 @@ Reported in `stompjs`:
45
46
46
47
The best solution would have been for the underlying issue to be fixed.
47
48
However, it seems there is not much interest in that.
49
+ Reference [ react-native/issues/24129] ( https://github.com/facebook/react-native/issues/24129 ) .
48
50
49
51
It has been observed that NULL chopping happens only with strings, buffers works correctly.
50
52
Workaround 2, avoids using strings altogether by using binary
You can’t perform that action at this time.
0 commit comments