@hildersantos wrote:
Hi friends!
My team are going to use Docker Swarm on production, and I made a simple chat application to test Channels communication/broadcasting through containers.
The problem is: despite my test app ran well using a single container, my websocket communication doesn’t see to work when I use Docker Swarm replication. I send some messages using a browser, and they don’t show up on another browser window (currently I’m using VM’s to test it).
Does anyone have any experience on using Phoenix Channels through a load balancer?
Thanks in advance!