Hi, I'm trying to use websockets (gorila/websocket <https://github.com/gorilla/websocket>) under managed vm <https://cloud.google.com/appengine/docs/go/managed-vms/> without much luck,
Within Chrome developer's console i'm getting: "WebSocket connection to 'ws://127.0.0.1:8080/connect' failed: Error during WebSocket handshake: Unexpected response code: 400" when trying to create a new websocket. On Go's backend i'm getting "websocket: connection header != upgrade" when trying to upgrade the connection. My question, do managed vm supports websocket using Golang? (If so a code snip will be appreciated) Thank you, -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
