Skip to content

net.Conn wrapper for *websocket.Conn #80

Closed
@nhooyr

Description

@nhooyr

At the moment, its impossible to create a proper net.Conn wrapper for *websocket.Conn as you cannot implement a SetDeadline method that interrupts a pending read without bricking the connection.

See golang/go#15224 for why a set deadline method that interrupts the connection is useful

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions