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

stream doesn't implement the new interface #34

Closed marten-seemann closed 3 years ago

marten-seemann commented 3 years ago

We recently changed the way we close streams. The stream here doesn't implement CloseRead yet.