-
Notifications
You must be signed in to change notification settings - Fork 680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
more functions are not provided #594
Comments
Guys, there shouldn't be such hack work, if you implement it, then implement everything that is there, and please, don't dump it on non-users |
Hi @vadinabronin , we are open source contributors who work on this project in our spare time. If you are interested, you could contribute to this project like us. I would appreciate it if you could submit a PR to implement this feature, thank you. |
I would be glad to send a PR, the problem is that the server does not send pings every 3 minutes as stated in the documentation, I am attaching an example of code that does not work, here the server does not send pings and the websocket turns off after 10 minutes - ```package main import (
) const ( func readMessages(ws *websocket.Conn) {
} func sendPings(ws *websocket.Conn) { func main() {
}``` |
where is websocket api? I expected it to be a fully-ready library and not a kit for a build-it-yourself constructor, well, was it really that hard to add all the functions? I constantly find some holes, this is not there, that is not there. That's why I have to spend time implementing it myself, because you must agree that libraries are needed so that the user himself implements as little as possible
The text was updated successfully, but these errors were encountered: