melody icon indicating copy to clipboard operation
melody copied to clipboard

add Custom configuration

Open valiner opened this issue 1 year ago • 1 comments

valiner avatar Aug 22 '23 06:08 valiner

_ No description provided. _ type Config struct { WriteWait time.Duration // Milliseconds until write times out. PongWait time.Duration // Timeout for waiting on pong. PingPeriod time.Duration // Milliseconds between pings. MaxMessageSize int64 // Maximum size in bytes of a message. MessageBufferSize int // The max amount of messages that can be in a sessions buffer before it starts dropping them. }

When creating an instance, support configuration config

valiner avatar Aug 22 '23 06:08 valiner