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
I used the standard code to initialize wave on my local machine, and it worked.
Meanwhile, copying the same code and running it in a react native application does not seem to work at all.
I am using endpoint to customise my URL, and I see in the queue worker with every load for the application I get Qruto\Wave\Events\SsePingEvent triggered in the queue.
All didn't work, and the Echo.error method gets triggered with event value of undefined in the callback.
Steps To Reproduce:
Initialise React native app
Install the package
Connect to a server with laravel-wave installed, and events configured
Run the app
Wave does not connect successfully.
The text was updated successfully, but these errors were encountered:
Hello! I'm sorry to hear you're having trouble to integrate Wave, for React native.
Personally, I'm not working with React native, however Echo and Wave are just JavaScript libraries which should work in any compatible environment.
In order to help you, I need the specifics of the problem you are experiencing regarding the Wave library itself.
I recommend that you format your bug report in more detail.
P.S. This article and the quote describe well the principles that will help successful collaboration in such issues.
Description:
I used the standard code to initialize wave on my local machine, and it worked.
Meanwhile, copying the same code and running it in a react native application does not seem to work at all.
I am using
endpoint
to customise my URL, and I see in the queue worker with every load for the application I get Qruto\Wave\Events\SsePingEvent triggered in the queue.All didn't work, and the
Echo.error
method gets triggered with event value ofundefined
in the callback.Steps To Reproduce:
The text was updated successfully, but these errors were encountered: