stompjs icon indicating copy to clipboard operation
stompjs copied to clipboard

In React native @stomp/stompjs installed and trying to connect with the wss URL but not able to connect, stuck at the Opening Web Socket...

Open cbpanchal opened this issue 1 year ago • 3 comments

Please see FAQs at https://stomp-js.github.io/faqs/2019/05/20/faqs.html before reporting.

I added debug callback and it is stuck at the Opening Web Socket... no any other call backs such as onConnect, onStompError, onWebSocketError, onDisconnect are trigger, just stuck on the Opening Web Socket...

Can someone look into this, do we required to install any other libraries or something to achieve this?

cbpanchal avatar Apr 20 '23 08:04 cbpanchal

I encounter this issue under Android React native and not on iOS React Native

jbagaresgaray avatar Jun 02 '23 03:06 jbagaresgaray

I too am getting the same issue in both android and iOS. Is there any clue on how to resolve this? @jbagaresgaray How is it working in iOS and not on Android? Is there any change of code for that?

seetharampullela avatar Mar 14 '24 07:03 seetharampullela

I assume that you have already followed guidelines from https://stomp-js.github.io/workaround/stompjs/rx-stomp/react-native-additional-notes.html

kum-deepak avatar Apr 26 '24 13:04 kum-deepak