package
0.0.0-20211206205509-0e15ea6e49f7
Repository: https://github.com/monstercat/websocket.git
Documentation: pkg.go.dev

# Functions

Echo writes a message and ensures the same is sent back on c.
EchoLoop echos every msg received from c until an error occurs or the context expires.
Pipe is used to create an in memory connection between two websockets analogous to net.Pipe.