libp2p / go-ws-transport

a websocket implementation of a go-libp2p transport
Other
60 stars 19 forks source link

Update for go 1.14 Wasm changes #96

Closed steamraven closed 3 years ago

jacobheun commented 3 years ago

Ci is failing in the browser due to .Equal not being defined, can you resolve that?

steamraven commented 3 years ago

What version of go is the cl using? Specifically go 1.14 made comparing to js.Undefined illegal. Go 1.14 requires .Equal to be used instead

Stebalien commented 3 years ago

cc @albrow.