()
| 56 | } |
| 57 | |
| 58 | func (c *trackingConn) Close() error { |
| 59 | c.closed.Store(true) |
| 60 | return c.Conn.Close() |
| 61 | } |
| 62 | |
| 63 | func newTestControlSessionDialer(t *testing.T, protocol string, connector Connector, clientSpec *msg.ClientSpec) *controlSessionDialer { |
| 64 | t.Helper() |