Jose

Results 147 comments of Jose

If we want to keep the icerpc-slice history we just need to preserve the merge commit created by git subtree pull. As long as we preserve the merge commits it...

The first one is for `git subtree add` the others are for `git subtree pull`, seems `git subtree pull` doesn't add special metadata

> Can we use add, seems to have much nicer messages? No, you use add only to add the initial subtree, and then you just use pull to upgrade it.

> We could consider moving these conformance tests to a separate repository How would this work? Our tests depend on them. I think the idea is to publish NuGet packages...

Implementing a new multiplexed transport is not trivial, given that Slic can work with a coloc simple transport isn't just simple to keep the simple coloc transport.

@bernardnormier can we close this, I don't think is a high priority for 0.1?

I think we should add it later once the API is stable

Aren't the client and server certificate validation callbacks, provided with the authentication options enough?

I think an interesting bit about how cookies work is the domain and path, clients receive cookies from multiple peers and a client knows what cookies to set with a...