From d70bc2b43a9dd29ce9d0074077c07e9e6ff3b4fc Mon Sep 17 00:00:00 2001 From: Brando Date: Sat, 19 Apr 2025 11:17:30 -0700 Subject: [PATCH 1/3] unused variable --- .gitignore | 1 + src/office.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6624823..704f410 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ bin build .DS_Store http +*.swp diff --git a/src/office.cpp b/src/office.cpp index d6306c8..d44c79e 100644 --- a/src/office.cpp +++ b/src/office.cpp @@ -39,7 +39,6 @@ BFThreadAsyncID _tidRequestQueue[numWorkerThreads]; BFLock _queueSema; void Office::envelopeReceive(Envelope * envelope) { - int attempts = 0; int threshold = 25; while (_incomingRequests.get([=] (auto & q) { return q.size(); From b02e52cc60d9b40d7c9283d48dd8438907363174 Mon Sep 17 00:00:00 2001 From: Brando Date: Sat, 19 Apr 2025 11:27:06 -0700 Subject: [PATCH 2/3] update libs --- external/libs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/libs b/external/libs index 6235794..5e61848 160000 --- a/external/libs +++ b/external/libs @@ -1 +1 @@ -Subproject commit 623579471a0e3f3087173102ee3c9470718ba03e +Subproject commit 5e618486b452250db7cee8890c49c01d6465a56d From 21dbc9d61a9ff52a83e6918683be275bf84119a8 Mon Sep 17 00:00:00 2001 From: Brando Date: Sat, 19 Apr 2025 18:01:49 -0700 Subject: [PATCH 3/3] update libs --- external/libs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/libs b/external/libs index 5e61848..c18dba4 160000 --- a/external/libs +++ b/external/libs @@ -1 +1 @@ -Subproject commit 5e618486b452250db7cee8890c49c01d6465a56d +Subproject commit c18dba4e0772812732fac380fffcbb9598d410e9