You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why when ev.type === 'binary' you consider data as base64? Currently I have issue with android (There is no issue in ios with same message from server)
It looks like your description is missing some necessary information, or the list of reproduction steps is not complete. Can you please add all the details specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported.
I am going to close this, but feel free to open a new issue with the additional information provided. Thanks!
I have issue with this line
https://github.com/facebook/react-native/blob/master/Libraries/WebSocket/WebSocket.js#L158
Why when
ev.type === 'binary'
you consider data as base64? Currently I have issue with android (There is no issue in ios with same message from server)https://github.com/beatgammit/base64-js/blob/master/index.js#L23 throw this error
Invalid string. Length must be a multiple of 4
The text was updated successfully, but these errors were encountered: