You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import "github.com/lucas-clemente/quic-go/h2quic"
...
go server.Start("")
return h2quic.ListenAndServeQUIC(addr, tlsCert, tlsKey, nil)
You need server.Start atm as that's the one that registers the proper handlers on http.DefaultServeMux. Maybe a gwu.RegisterMux(*http.ServeMux) could help composition, but this should work, too.
Since network latency is a real obstacle for gowut responsiveness, how about adding support for QUIC protocol?
https://github.com/lucas-clemente/quic-go
Would it be very hard to include feature?
The text was updated successfully, but these errors were encountered: