Gordon Klaus
Gordon Klaus
## Summary [RFC 6347, section 4.2.8](https://tools.ietf.org/html/rfc6347#section-4.2.8) describes how a server can allow a client that has silently abandoned its connection to re-establish its association with the server. ## Motivation The...
### Your environment. - Server: pion/dtls v2.0.0 - Client: nRF9160 (Mbed TLS) ### What did you do? - A client successfully handshakes with a server and sends application data. -...
I am sporadically seeing this error at: https://github.com/gopherjs/websocket/blob/master/conn.go#L130 Presumably it could also happen at: https://github.com/gopherjs/websocket/blob/master/conn.go#L122 Because the sends are done in separate goroutines, they aren't guaranteed to execute anytime soon...
My motivation for implementing this only included receiving and sending audio (as a back-end service would do), not recording or playing audio from/to microphone and speakers (as a front-end app...
I get the error `No $GOPATH is set or forwarded to xgo` when I haven't set GOPATH. GOPATH is no longer required since https://github.com/golang/go/issues/17262. If GOPATH is not set, it...