Open ptone opened 6 years ago
Only the first request is responded to.
I've been trying to trace it through the differences between server.handleIncomingDTLSData and server.handleIncomingData
but without luck
I've tracked it as far as C.SSL_read in DTLSServerSession.Read but not sure I'll go any further.
DTLS in go is in a sad state :( https://github.com/golang/go/issues/13525
@ptone did you manage to run the client?
Only the first request is responded to.
I've been trying to trace it through the differences between server.handleIncomingDTLSData and server.handleIncomingData
but without luck