SvenKirschbaum / react-stomp-hooks

This repository contain a react library which enables simple access to stomp subscriptions via hooks.
MIT License
59 stars 12 forks source link

Has anyone experienced this issue with iOS? #25

Closed ergflip closed 1 year ago

ergflip commented 1 year ago

My backend is using spring boot and when it sends a message my android phone does receive it when using the website but my iOS phone doesn't receive the same message under the same circumstances

SvenKirschbaum commented 1 year ago

Hi!

I'm not aware of any general issues with this library under IOS. I just tested one of my own applications, which also uses spring boot, on an iPhone SE 2.Gen and encountered no issues. Have you rules out other possible sources of this issue, e.g. are there any javascript errors in the console? If you require further help, please provide a (minimal) reproducible example for the issue.