fix: ensure StreamWebsocketConn call N.NewDeadlineConn

This commit is contained in:
wwqgtxx
2023-04-17 00:23:12 +08:00
parent 8e5dbc7382
commit 4a0d097fe9
2 changed files with 15 additions and 3 deletions

View File

@ -79,3 +79,7 @@ func (c *BufferedConn) ReaderReplaceable() bool {
}
return true
}
func (c *BufferedConn) WriterReplaceable() bool {
return true
}