Geoffrey Casper
Geoffrey Casper
@Tyrenn Looks like your PR is stale. Maybe after my PR ,#207, is merged. You can merge your changes.
> I think I'm done, only the vocabulary "Reply" / "Response" question remains, do you have a preference ? Maybe "ResponseFormat", "ResponseBody", or "ResponseBodyFormat"
@Stebalien What do you think of each node starting and stopping pubsub outside of libp2p? For example, there could be `ipfs pubsub [start|stop]`. It seems like pubsub is an application...
> Unfortunately, I don't trust apps to properly manage a semaphore (e.g., they can crash and never reduce it). I meant the semaphore to be managed by libp2p or go-ipfs,...
I could see always keeping pubsub started. To suspend after the idle timeout, a request can be sent to all peers to not send anymore data to the opened streams...
I'm currently working on unit tests on whichever TLS version OpenSSL chooses for me (potentially TLS 1.3, but I can't be sure). For the unit tests that don't specifically require...
> This will definitely need to run on CI, once with a Go TLS build and once with an OpenSSL build. You can use a Travis build matrix for that....
Now the expected behavior should work
@ddevault
Well this is an interesting find. My team and I actually discussed this a while ago. We came to the conclusion that, in addition to the follows list, there should...