lahsivjar / react-stomp

React websocket component for STOMP protocol over SockJs
https://www.npmjs.com/package/react-stomp
MIT License
134 stars 41 forks source link

onConnect and onDisconnect in IOS #220

Open phonganh010193 opened 1 year ago

phonganh010193 commented 1 year ago

I use props onDisconnect and onConect to log to server. But there is a problem with the device. For ipad software version 13.5.1 after disconnecting from the network and turning it back on, props onDisconnect and onConnect worked and logged on to the server. For ipad software version 15.5 and above, props onDisconnect and onConnect are not working. no log after re-enabling network connection? Cause why? can you help me explain? Please