angular-laravel-echo icon indicating copy to clipboard operation
angular-laravel-echo copied to clipboard

In my Case ,Same like Not worked.

Open dkeepersun opened this issue 6 years ago • 3 comments

image image

Same lilke I Never receive Data from server.

dkeepersun avatar Jan 03 '19 16:01 dkeepersun

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)...

chancezeus avatar Jan 03 '19 17:01 chancezeus

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: image Broadcast Model: image

laravel-echo-server: image

app.module.ts: image

echoConfig.ts: image

in my case :

image

sorry about my poor english .

dkeepersun avatar Jan 03 '19 17:01 dkeepersun

can u give me a example . i try so many times but failed!!

thank u .

dkeepersun avatar Jan 07 '19 19:01 dkeepersun