angular-laravel-echo
angular-laravel-echo copied to clipboard
In my Case ,Same like Not worked.
Same lilke I Never receive Data from server.
Can you please provide more information such as installed package versions, config used (pusher, socket.io, etc) and if possible a "reproduction" (i.e. minimal app that has this specific problem, so I can use it as a base to start debugging from).
As far as I can see from the websocket frames, the info broadcast is sent to/received by the user (which means channel subscription has succeeded) so they should indeed show up in the "EchoService.listen" subscription, what could be happening (since I cannot see the sequence/timing of the events vs. the login/listen calls) is that the events are received before the subscription is established (and both my package as well as laravel-echo itself only transmit the received events once)...
package version: 2.0.11 angular version : 7.1.4 server: laravel-echo-server. it same like work well. i can received all message with websocket frames.
server side:
Broadcast Model:
laravel-echo-server:
app.module.ts:
echoConfig.ts:
in my case :
sorry about my poor english .
can u give me a example . i try so many times but failed!!
thank u .