wstest

package
v1.8.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 4, 2021 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Echo

func Echo(ctx context.Context, c *websocket.Conn, max int) error

Echo writes a message and ensures the same is sent back on c.

func EchoLoop

func EchoLoop(ctx context.Context, c *websocket.Conn) error

EchoLoop echos every msg received from c until an error occurs or the context expires. The read limit is set to 1 << 30.

func Pipe

func Pipe(dialOpts *websocket.DialOptions, acceptOpts *websocket.AcceptOptions) (clientConn, serverConn *websocket.Conn)

Pipe is used to create an in memory connection between two websockets analogous to net.Pipe.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL