//
pkg.gl
Category
github.com/lukirs95/websocket
internal
test
wstest
package
0.0.0-20231006114246-534707f9bd9f
Repository:
https://github.com/lukirs95/websocket.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
13
Dependents
0
Files
135 SLOC
#
Functions
Echo
Echo writes a message and ensures the same is sent back on c.
EchoLoop
EchoLoop echos every msg received from c until an error occurs or the context expires.
Pipe
Pipe is used to create an in memory connection between two websockets analogous to net.Pipe.