Skip to content

Latest commit

 

History

History
82 lines (69 loc) · 2.58 KB

memo.md

File metadata and controls

82 lines (69 loc) · 2.58 KB

packages

comparison (2023/4/30)

x/net gorilla nhooyr gobwas
maintained? ×? ×
stars - 19.1k 2.9k 5.4k
releases ? 2022/01/04 2021/04/08 2023/04/04
version 0.9.0? 1.5.0 1.8.7 1.2.0
contributors - 74 9 18
License BSD-3 BSD-2 MIT MIT

Feat
(ref: websocket#comparison(@nhooyr))

x/net gorilla nhooyr gobwas
context (rw) × × ×
connection alive
when deadline
(set deadilne)
× ×

read timeout

gorilla/websocket#474

  • if the deadline exceeded, the entire "tcp" connection is destroyed.
    • not only the read (write) connection
      • gorilla
      • nhooyr

Question

Links