Halibut
Halibut copied to clipboard
| Public | A secure communication stack for .NET using JSON-RPC over SSL.
Hello, First of all, we've been using Halibut for a long time and we love it! (See our PR regarding routing) We've recently switched to using WebSockets as it enable...
Following https://github.com/OctopusDeploy/Halibut/issues/112, we've been working quite a bit on the routing feature on our side and would love to share our progress with you guys and discuss how that could...
This enables TLS1.3, however for some reason the client certificate comes through as `null`. I tried a few different formats, but to no avail. I also had to enable TLS1.3...
This PR is intended to provide appropriate framework targeting and compiler directives to allow developers on non-windows environments to work against the majority of the codebase.
Resolves https://github.com/OctopusDeploy/Issues/issues/3034 TODO - [ ] Make amount of time that needs to elapse configurable - [ ] Make API backwards compatible
We're very keen on having routing functionality implemented into Halibut for various reasons (see https://github.com/OctopusDeploy/Halibut/issues/65#issuecomment-517908723). We've started work towards this and would love to have your feedback about simple changes...
We have been using the "listening service model" for a while. And we want to try out “polling service mode” mode, but we found a concerning scenario regarding request routing...
Your recent change to the `TypeRegistry` allowing polymorphism is a great addition, but we find its contraints a bit too limiting. The current implementation requires types to be either `abstract`...
KeepAlives are a useful way of keeping open TCP connections and detecting if a TCP connection is broken, including in the case of a non graceful TCP termination. We have...