Test if Conn is being reconnected.
()
| 6260 | |
| 6261 | // Test if Conn is being reconnected. |
| 6262 | func (nc *Conn) isReconnecting() bool { |
| 6263 | return nc.status == RECONNECTING |
| 6264 | } |
| 6265 | |
| 6266 | // Test if Conn is connected or connecting. |
| 6267 | func (nc *Conn) isConnected() bool { |
no outgoing calls
no test coverage detected