()
| 1746 | } |
| 1747 | |
| 1748 | func (c *streamableClientConn) failure() error { |
| 1749 | select { |
| 1750 | case <-c.failed: |
| 1751 | return c._failure |
| 1752 | default: |
| 1753 | return nil |
| 1754 | } |
| 1755 | } |
| 1756 | |
| 1757 | func (c *streamableClientConn) SessionID() string { |
| 1758 | c.mu.Lock() |