Raghu150999 / MPQUIC-video-streaming

Video streaming using Multipath QUIC protocol
7 stars 0 forks source link

Setting up multipath QUIC #1

Open Anirudh533 opened 2 years ago

Anirudh533 commented 2 years ago

Hello,

I'm getting this error while running client.go. Any steps to resolve it?

Thank you image

Raghu150999 commented 2 years ago

Hi, this error seems to be caused due to no available server. Can try again by ensuring that server is running before the client is executed?

Anirudh533 commented 2 years ago

Hey, Thanks for replying. Server was running and then only I tried to run the client. It was showing this error :/

Anirudh533 commented 2 years ago

Hi @Raghu150999 , Which version of golang should I install?

Thank you.