Closed bl0x closed 4 years ago
From the guide it is not clear, which steps are necessary to have a server replicate a client's feed.
From my experience:
client does a proper SHS handshake with the server
client sends RPC calls:
server replies with:
then the client sends:
This logic is not properly described so far in the guide, but is crucial knowledge, when implementing a new ssb server.
Edit: Should the server initiate its own connection in addition to the existing connection initiated by the client? Are important parts missing?
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
From the guide it is not clear, which steps are necessary to have a server replicate a client's feed.
From my experience:
client does a proper SHS handshake with the server
client sends RPC calls:
server replies with:
then the client sends:
This logic is not properly described so far in the guide, but is crucial knowledge, when implementing a new ssb server.
Edit: Should the server initiate its own connection in addition to the existing connection initiated by the client? Are important parts missing?