libp2p / go-libp2p-webrtc-direct

A libp2p transport that enables browser-to-server, and server-to-server, direct communication over WebRTC without requiring signalling servers
MIT License
82 stars 18 forks source link

Update dependencies #29

Closed backkem closed 5 years ago

backkem commented 5 years ago

This PR contains:

Resolves #10

backkem commented 5 years ago

The CI is probably timing out due to SACK storm which is aimed to be solved by pion/sctp#32.

albrow commented 5 years ago

@backkem I wonder if we can get CI to pass in the meantime by increasing the timeout or increasing the CPU/RAM resources? It would be inconvenient to stop development while waiting for https://github.com/pion/sctp/issues/32 to be addressed.

backkem commented 5 years ago

I'm not sure if we can assign more resources. It does seem like there is a travis_wait command that we could use to prolong the timeout of a command that doesn't print to sdtout for a while.