Closed GoldenBadger closed 9 years ago
THANK GOD. Basically the problem was that Travis clones the repo with mixed case while go import paths are always lower case. Therefore, Travis had no idea what the hell was going on.
Tbh I haven't actually worked with pure Websockets, but looking at MDN's description, what do we put for protocol, if needed?
You mean in the URL? It'll look like ws://localhost:8080/
or whatever.
I know about the url, but if you look at
var exampleSocket = new WebSocket("ws://www.example.com/socketserver", "protocolOne");
I am intersted about the protocolOne
bit
I'm not sure. That's more of a client-side thing, from what I can tell. See here.
Please be very very critical. I know you're not too familiar with Go, so just ask lots of questions. During last year's projects everyone either automatically accepted pull requests or merged their own ones, and that was a really bad thing.