0xVikas / mpquic-demo

A simple mpquic client-server demo
1 stars 2 forks source link

Client.go Execution Errors #1

Open saptarsi96 opened 3 years ago

saptarsi96 commented 3 years ago

h2quic module has been updated to "github.com/ipsn/go-ipfs/gxlibs/github.com/lucas-clemente/quic-go/h2quic". The client function fails with the following errors. Can you please update those? Screenshot from 2020-12-28 18-49-46

0xVikas commented 3 years ago

Can you please give me more details about what caused this error?

saptarsi96 commented 3 years ago

When I try to run the client I get the following error. The h2quic module has been updated to "github.com/ipsn/go-ipfs/gxlibs/github.com/lucas-clemente/quic-go/h2quic". Can you try with the updated module once?

Screenshot from 2020-12-28 19-25-30

0xVikas commented 3 years ago

Can you try reverting the quic-go repo to a previous commit?

saptarsi96 commented 3 years ago

I get the same error while executing the older version of quic-go(Version 0.17.1). Can you please check by updating your h2quic library?

- "github.com/lucas-clemente/quic-go/h2quic"
+ "github.com/ipsn/go-ipfs/gxlibs/github.com/lucas-clemente/quic-go/h2quic"
saptarsi96 commented 3 years ago

@0xVikas were you able to run it?