Created
March 11, 2018 04:55
-
-
Save pedrolopesme/27f009cdae29b5c8cdb5f21888fdff5a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var upgrader = websocket.Upgrader{ | |
ReadBufferSize: 1024, | |
WriteBufferSize: 1024, | |
CheckOrigin: func(r *http.Request) bool { return true }, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment