You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add GET /channel/{id} to DhtProxyServer for receiving. DhtProxyServer responds it with chunked responses (like GET /key/{infohash}/listen) DhtProxyClient uses SUBSCRIBE to do a listen... and uses UNSUBSCRIBE to do a cancelListen.
The text was updated successfully, but these errors were encountered:
Idea
Add
GET /channel/{id}
toDhtProxyServer
for receiving.DhtProxyServer
responds it with chunked responses (likeGET /key/{infohash}/listen
)DhtProxyClient
usesSUBSCRIBE
to do a listen... and usesUNSUBSCRIBE
to do a cancelListen.The text was updated successfully, but these errors were encountered: