mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
@@ -3201,7 +3201,7 @@ func (c *client) processInboundClientMsg(msg []byte) bool {
|
||||
c.mu.Lock()
|
||||
if c.opts.NoResponders {
|
||||
if sub := c.subForReply(c.pa.reply); sub != nil {
|
||||
proto := fmt.Sprintf("HMSG %s %s 15 15\r\nNATS/1.0 503\r\n\r\n", c.pa.reply, sub.sid)
|
||||
proto := fmt.Sprintf("HMSG %s %s 16 16\r\nNATS/1.0 503\r\n\r\n\r\n", c.pa.reply, sub.sid)
|
||||
c.sendProtoNow([]byte(proto))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user