Open seraph911 opened 4 years ago
Hello @seraph911,
Sorry for the late response, I literally had zero-time as I am preparing the iris for its next big release. Let me check these two issues tomorrow, be sure, I will fix them.
Many thanks for your kind response, @kataras. So glad to hear that. I am looking forward to having your new version.
Hi all,
I try to use scaling out function with native messages, but it doesn't work out.
First of all, I tried to use Conn.Server().Broadcast with scaling out. However, it was not working, then I tried Conn.Server().Do func instead. Clients connect to the same ws server are able to receive messages while using Do func, but clients connect to different servers are not.
Is there any way that I can use scaling out function with native message mode?
Glad to hear your advice. Thank you very mush for your help.