add support for datagrams #405
Annotations
5 errors
go vet:
webtransport_test.go#L631
call to (*T).Fatal from a non-test goroutine
|
go vet
Process completed with exit code 1.
|
staticcheck:
webtransport_test.go#L622
the goroutine calls T.Fatal, which must be called in the same goroutine as the test (SA2002)
|
staticcheck
call to T.Fatal
|
staticcheck
Process completed with exit code 1.
|
Loading