|
@@ -34,7 +34,7 @@ func (s *ServerSentRouter) Notify() {
|
|
|
userId = common.InterfaceToStr(s.Session().Id())
|
|
|
}
|
|
|
//userId = s.GetString("userId")
|
|
|
- logger.Info("params userId:", s.GetString("userId"))
|
|
|
+ logger.Info(userId, "params userId:", s.GetString("userId"))
|
|
|
if userId != "" {
|
|
|
// 创建用户专属的消息通道
|
|
|
messageChan := make(chan string)
|