gofiber / websocket

⚠️ Deprecated repository, available within Fiber Contrib.
https://github.com/gofiber/contrib/tree/main/websocket
MIT License
288 stars 25 forks source link

Added Config.WriteBufferPool #128

Closed zeroallox closed 2 years ago

zeroallox commented 2 years ago

Added the ability for user to supply a WriteBufferPool in their websocket.Config struct.

ReneWerner87 commented 2 years ago

can you add a little bit more documentation and a example of the usage