gorilla / mux

Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍
https://gorilla.github.io
BSD 3-Clause "New" or "Revised" License
20.93k stars 1.85k forks source link

[question] Is it okay to ignore messages sent by the user? #701

Closed MSE99 closed 2 years ago

MSE99 commented 2 years ago

My situation

I'm working on an app where the user is periodically sent data, I don't need to accept anything from the user on the websocket, is it okay to never call the websocket read method ?.