Versions in this module Expand all Collapse all v0 v0.0.11 Jul 31, 2024 Changes in this version + type Connection struct + CloseTimeout time.Duration + func New(conn *websocket.Conn) Connection + func (c Connection) Close() error + func (c Connection) ReceiveMessage() ([]byte, error) + func (c Connection) SendClose() error + func (c Connection) SendMessage(data []byte) error v0.0.1-alpha May 18, 2024