0

I have configured laravel websockets into my project. I can run websockets successfully event are getting subscribed when I am trying to send message its not going through. I tried even tinker event (new \App\Events\NewTrade('Hi there')) I can't see any output neither in console nore in dashboard.

Please help me to fix or debug.

enter image description here

enter image description here

asimdev
  • 705
  • 1
  • 8
  • 22

1 Answers1

0

After downgrading laravel-php-server from 7.2.1 to 7.0.2 everything started working fine.

asimdev
  • 705
  • 1
  • 8
  • 22