OctopusDeploy / Halibut

| Public | A secure communication stack for .NET using JSON-RPC over SSL.
Other
12 stars 44 forks source link

Remove sync service support from Halibut (Backwards compatibility still works) #523

Closed LukeButters closed 10 months ago

LukeButters commented 11 months ago

Background

Removes support for sync services from Halibut.

This PR adds lots of async test services to be used in "latest service" testing. Note that we still test against sync services in our compatibility testing.

Results

Hopefully passing tests.

How to review this PR

Quality :heavy_check_mark:

Pre-requisites