feat(tcpreuse): add options for sharing TCP listeners amongst TCP, WS and WSS transports #7716
Annotations
5 errors and 1 warning
go-check / All
cannot use clientConn.(*net.TCPConn) (comma, ok expression of type *net.TCPConn) as manet.Conn value in argument to PeekBytes: *net.TCPConn does not implement manet.Conn (missing method LocalMultiaddr)
|
go-check / All
Process completed with exit code 1.
|
go-check / All:
p2p/transport/tcpreuse/internal/sampledconn/sampledconn_test.go#L48
cannot use clientConn.(*net.TCPConn) (comma, ok expression of type *net.TCPConn) as manet.Conn value in argument to PeekBytes: *net.TCPConn does not implement manet.Conn (missing method LocalMultiaddr)
|
go-check / All:
p2p/transport/tcpreuse/internal/sampledconn/sampledconn_test.go#L58
cannot use clientConn.(tcpConnInterface) (comma, ok expression of type tcpConnInterface) as ManetTCPConnInterface value in argument to newFallbackSampledConn: tcpConnInterface does not implement ManetTCPConnInterface (missing method LocalMultiaddr) (compile)
|
go-check / All
Process completed with exit code 1.
|
go-check / All
The following actions use a deprecated Node.js version and will be forced to run on node20: trail-of-forks/setup-protoc@a97892a429d98fae78d26f40334ab7eb616d08b9. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|