aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Experiments/HangFireTest/HangFireTest.sln
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-01-25 21:23:35 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-01-25 21:23:35 +0200
commit2367c43d732aea2ea169f6fa5844fc877d96632d (patch)
treebbd6e675392d6721ad74449c897a87c698ac34b5 /Software/Experiments/HangFireTest/HangFireTest.sln
parent89e7bce0f7241e210aefc9d902e11c8f3537ace9 (diff)
downloadTango-2367c43d732aea2ea169f6fa5844fc877d96632d.tar.gz
Tango-2367c43d732aea2ea169f6fa5844fc877d96632d.zip
Implemented Hangfire experiment.
Refactored Transporter to accept a configuration instead of multiple parameters on all request/response methods. Refactored Transporter to automatically log request/response messaged based on configuration. Fixed issue with ContinuousResponseAborted and external bridge.
Diffstat (limited to 'Software/Experiments/HangFireTest/HangFireTest.sln')
-rw-r--r--Software/Experiments/HangFireTest/HangFireTest.sln25
1 files changed, 25 insertions, 0 deletions
diff --git a/Software/Experiments/HangFireTest/HangFireTest.sln b/Software/Experiments/HangFireTest/HangFireTest.sln
new file mode 100644
index 000000000..43789224b
--- /dev/null
+++ b/Software/Experiments/HangFireTest/HangFireTest.sln
@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+VisualStudioVersion = 15.0.28307.645
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HangFireTest", "HangFireTest\HangFireTest.csproj", "{0A3D27ED-178E-40B7-BB6C-94BD552D4971}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {0A3D27ED-178E-40B7-BB6C-94BD552D4971}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {0A3D27ED-178E-40B7-BB6C-94BD552D4971}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {0A3D27ED-178E-40B7-BB6C-94BD552D4971}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {0A3D27ED-178E-40B7-BB6C-94BD552D4971}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {F0D5C4A9-5629-4934-999D-E2438120DFC4}
+ EndGlobalSection
+EndGlobal