Michiel De Backker
Michiel De Backker
Great comparison @mfoltzgoogle! sorry I didn't catch that earlier. I wanted to share a look at discovery/rendezvous from a functional standpoint. It seems each approach is born from a slightly...
Thank you for the feedback. I'll try to find some time to look into the directions mentioned in apache/arrow-datafusion#7871.
Closing as this was answered. FYI: We created [datafusion-contrib/datafusion-federation](https://github.com/datafusion-contrib/datafusion-federation) to explore the full query federation use-case.
For reference; anacrolix/torrent recently added WebTorrent support in anacrolix/torrent#393.
Hi @JiapengLi, the google service you are referring to is the STUN server configured here: https://github.com/nobonobo/ssh-p2p/blob/9e5ef3cfd956a4fb496a804fb28b000aa5553b29/main.go#L41 You can try changing this to a STUN server that is available in your...
I know this is a rather old ticket but there is now a native Go WebRTC implementation over at [pion/webrtc](https://github.com/pion/webrtc).
TODO: * [x] Alter the PR to match the protocol split. * [x] Update to match resolution for #275. * [ ] Verify that TLS mandates the connection is closed...
Looks good to me. It addresses both the circularity and SNI issue. (I can't add a review, maybe because I opened the PR.) Thanks for picking this up Mark. Sorry...
We're building a pure Go implementation of WebRTC at [pions/webrtc](https://github.com/pions/webrtc). We currently have working demo's of both the media API and DataChannel API. Once our implementation stabilizes we will likely...
Ah, thanks for the pointers! In this case the C++ client may be the one misbehaving. Let me check on that first.