ws
ws copied to clipboard
message rate limiter
Hi, Is any way or option to make a message rate limter in websocket server ? thanks
Hey, you can use a custom TCP listener that controls how many active connection you have. By example https://pkg.go.dev/golang.org/x/[email protected]/netutil#LimitListener