Test if Conn is in the draining state for pubs.
()
| 6275 | |
| 6276 | // Test if Conn is in the draining state for pubs. |
| 6277 | func (nc *Conn) isDrainingPubs() bool { |
| 6278 | return nc.status == DRAINING_PUBS |
| 6279 | } |
| 6280 | |
| 6281 | // Stats will return a race safe copy of the Statistics section for the connection. |
| 6282 | func (nc *Conn) Stats() Statistics { |