hesh915 / go-socket.io-client

socket.io client for golang
BSD 3-Clause "New" or "Revised" License
97 stars 68 forks source link

Fixed two race conditions, added wss:// schema when using HTTPS #10

Closed nkryuchkov closed 3 years ago

nkryuchkov commented 6 years ago

The race conditions are found with go build -race. Using HTTPS and ws:// schema causes a "websocket: bad handshake" error.