Cannot use websocket streaming with multiple instances

I want to invest Pleroma server on multiple instances. But it seems that websocket streaming can not scale out. Please let me know if you know the solution. I already tried to use redis for `Phoenix.PubSub`: https://github.com/phoenixframework/phoenix_pubsub_redis . This method is for `Phoenix....