Tim

Results 1 issues of Tim

### Question Description How to close websocket conn from other function? Why c.Close() dont work? ![image](https://github.com/user-attachments/assets/f9d88a42-7d46-4a89-b655-e16e9b0eadd8) ![image](https://github.com/user-attachments/assets/3ee14904-5cf4-405c-8e41-206e10a6048e) ### Code Snippet (optional) ```go package main import ( "github.com/gofiber/contrib/websocket" "github.com/gofiber/fiber/v2" "log" )...

🤔 Question