We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
type RoomService struct { component.Base group *nano.Group } func newRoomService() *RoomService { return &RoomService{ group: nano.NewGroup("all-users"), } }
比如这个服务多开几个,客户端连接分散这些服务,无法统一收到消息,这个怎么处理呢?
The text was updated successfully, but these errors were encountered:
你现在是怎么处理的?
Sorry, something went wrong.
No branches or pull requests
Question
比如这个服务多开几个,客户端连接分散这些服务,无法统一收到消息,这个怎么处理呢?
The text was updated successfully, but these errors were encountered: