good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 085d46c4 authored by Anmol Sethi's avatar Anmol Sethi
Browse files

Document context expirations wart

Closes #242
parent 29f527b1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment