go-im icon indicating copy to clipboard operation
go-im copied to clipboard

旧版本停止维护⚠️ 新版本地址:https://github.com/IM-Tools/Im-Services

Results 12 go-im issues
Sort by recently updated
recently updated
newest added

负载均衡的port 和 ip都是一样的,这个无法做到负载均衡

消息好像没有ack的实现,如果有就完美啦

要是有一个简易的后台就好啦,哈哈

1.检测当前的chatUid不是消息的fromid,则本地推送,否则直接显示 2.在1的基础上,要实现一个点击pushNotification跳转到chatpage的过程,这个是一个deeplink类似的过程 3.用户离线的时候,应该要用 android/ios 的pushService,且需要消息入MQ

当一个conn一段时间后没有消息,则视为无效conn,应当delete掉

manager.SetClientInfo(conn) // 设置客户端信息 manager.LaunchOnlineMsg(conn.ID) // 用户在线下发通知 node.SetUserServiceNode(conn.ID) // 设置用户节点 // 需要加一句设置 Status = 1 的状态