inkandswitch / vscode-hypermerge

A VSCode plugin to edit Hypermerge documents
28 stars 3 forks source link

Render UTP connections in the peers list. #29

Open pvh opened 5 years ago

pvh commented 5 years ago

I've made a start of this but couldn't find readBytes / writeBytes before getting pulled away.

pvh commented 5 years ago

Looks like bytesRead/bytesWritten and localAddress/localPort aren't implemented in UTP native.

pvh commented 5 years ago

(I think they should be straightforward.)

pvh commented 5 years ago

No readyState, either.