(websocket.StatusCode, string)
| 225 | } |
| 226 | |
| 227 | func (y *yamuxPingerCloser) Close(websocket.StatusCode, string) error { |
| 228 | return y.mux.Close() |
| 229 | } |
| 230 | |
| 231 | func (y *yamuxPingerCloser) Ping(ctx context.Context) error { |
| 232 | errCh := make(chan error, 1) |