mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
Fix ReceiveMessage to work without any subscriptions.
This commit is contained in:
@ -58,7 +58,7 @@ func writeCmd(cn *pool.Conn, cmds ...Cmder) error {
|
||||
}
|
||||
}
|
||||
|
||||
_, err := cn.NetConn.Write(cn.Wb.Bytes())
|
||||
_, err := cn.Write(cn.Wb.Bytes())
|
||||
return err
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user