mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-06 12:03:50 +08:00
kusa.
This commit is contained in:
parent
9f060ce2ed
commit
5e6b3e09f7
@ -315,7 +315,7 @@ func (c *websocketConn) handleRequest(bot *coolq.CQBot, payload []byte) {
|
|||||||
|
|
||||||
func (s *websocketServer) onBotPushEvent(m coolq.MSG) {
|
func (s *websocketServer) onBotPushEvent(m coolq.MSG) {
|
||||||
s.eventConnMutex.Lock()
|
s.eventConnMutex.Lock()
|
||||||
s.eventConnMutex.Unlock()
|
defer s.eventConnMutex.Unlock()
|
||||||
pos := 0
|
pos := 0
|
||||||
for _, conn := range s.eventConn {
|
for _, conn := range s.eventConn {
|
||||||
log.Debugf("向WS客户端 %v 推送Event: %v", conn.RemoteAddr().String(), m.ToJson())
|
log.Debugf("向WS客户端 %v 推送Event: %v", conn.RemoteAddr().String(), m.ToJson())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user