Test if Conn is in the process of connecting
()
| 6255 | |
| 6256 | // Test if Conn is in the process of connecting |
| 6257 | func (nc *Conn) isConnecting() bool { |
| 6258 | return nc.status == CONNECTING |
| 6259 | } |
| 6260 | |
| 6261 | // Test if Conn is being reconnected. |
| 6262 | func (nc *Conn) isReconnecting() bool { |
no outgoing calls
no test coverage detected