I have my development server working at localhost:3000 and my production environment working ok at localhost:8001, both on the same machine.
When I trigger any cable event in the development server, it impact on production environment too.
Which is the best way to config ActionCable for support different environments and prevent cross messages?