Skip to content

Commit b222226

Browse files
committed
Update on React Native NULL chopping issue
1 parent 64611bb commit b222226

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_posts/2019-06-10-react-native-additional-notes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: single
33
title: 'React Native - Additional notes'
4-
date: 2019-06-10 21:01:01 +0530
4+
date: 2024-04-26 21:01:01 +0530
55
categories: workaround stompjs rx-stomp
66
toc: true
77
redirect_from:
@@ -30,10 +30,11 @@ and [https://blog.usejournal.com/6-daily-issues-in-android-cleartext-traffic-err
3030
# Null Chopping
3131

3232
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
3434
from working correctly.
3535
Please 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

4647
The best solution would have been for the underlying issue to be fixed.
4748
However, it seems there is not much interest in that.
49+
Reference [react-native/issues/24129](https://github.com/facebook/react-native/issues/24129).
4850

4951
It has been observed that NULL chopping happens only with strings, buffers works correctly.
5052
Workaround 2, avoids using strings altogether by using binary

0 commit comments

Comments
 (0)