From bb0a59448f3502ca6125df4f657280d0acc8cac1 Mon Sep 17 00:00:00 2001 From: Joseph Milazzo Date: Mon, 15 Mar 2021 13:49:06 -0500 Subject: [PATCH] Lots of Hangfire attempts to solve the lock issue. Not sure how to fix it. Added some APIs for streams. --- API/Extensions/ServiceCollectionExtensions.cs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 API/Extensions/ServiceCollectionExtensions.cs diff --git a/API/Extensions/ServiceCollectionExtensions.cs b/API/Extensions/ServiceCollectionExtensions.cs new file mode 100644 index 000000000..aa4c6f0f7 --- /dev/null +++ b/API/Extensions/ServiceCollectionExtensions.cs @@ -0,0 +1,7 @@ +namespace API.Extensions +{ + public class ServiceCollectionExtensions + { + + } +} \ No newline at end of file