acli icon indicating copy to clipboard operation
acli copied to clipboard

Trying to test out Turbo:StreamsChannel

Open epugh opened this issue 9 months ago • 1 comments

I am trying to verify that TurboStreams works... I'm having luck when I go direct to Rails from web browser, but with HAProxy having issues.

I wanted to test out connectivity using acli but always get a rejection:

 ./acli -u http://localhost:3000/cable -c Turbo::StreamsChannel
Connected to Action Cable at ws://localhost:3000/cable
Subscription rejected

I'm guessing something about signatures. Anyway to avoid this?

epugh avatar May 21 '24 13:05 epugh