From 085d46c46dde55c3ffe776ebb953ba5e93559c01 Mon Sep 17 00:00:00 2001
From: Anmol Sethi <hi@nhooyr.io>
Date: Sat, 9 Jan 2021 08:09:58 -0500
Subject: [PATCH] Document context expirations wart

Closes #242
---
 conn.go | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/conn.go b/conn.go
index 1a57c65..beb26ce 100644
--- a/conn.go
+++ b/conn.go
@@ -37,6 +37,9 @@ const (
 //
 // On any error from any method, the connection is closed
 // with an appropriate reason.
+//
+// This applies to context expirations as well unfortunately.
+// See https://github.com/nhooyr/websocket/issues/242#issuecomment-633182220
 type Conn struct {
 	subprotocol    string
 	rwc            io.ReadWriteCloser
-- 
GitLab