Will @willdot.net · Apr 6

I did it. It actually works 🥲 I have 2 Cocoon PDS instances running. Instead of pushing events to the websockets to relays, I have a separate service that they post events too. That separate service then handles the websockets connections the relays connect to and the push the events received..

15 likes 1 replies

?

Replies

Will · Apr 6

This overcomes the problem I had where routing a xrpc/com.atproto.sync.subscribeRepos request to the right instance of the PDS was failing. This is basically a POC that @bad-example.com has spoken about, so shout out to them for the idea!