ErrLockedReply operation rejected because the topic is being deleted in response to a client request (503).
(msg *ClientComMessage, ts time.Time)
| 1717 | // ErrLockedReply operation rejected because the topic is being deleted in response |
| 1718 | // to a client request (503). |
| 1719 | func ErrLockedReply(msg *ClientComMessage, ts time.Time) *ServerComMessage { |
| 1720 | return ErrLockedExplicitTs(msg.Id, msg.Original, ts, msg.Timestamp) |
| 1721 | } |
| 1722 | |
| 1723 | // ErrLockedExplicitTs operation rejected because the topic is being deleted |
| 1724 | // with explicit server and incoming request timestamps (503). |
no test coverage detected
searching dependent graphs…