From 97da13ffcc34e2a23c8359d1117ef8220cb8e1ed Mon Sep 17 00:00:00 2001 From: Bill Williams Date: Thu, 13 Dec 2018 14:07:06 -0800 Subject: [PATCH] put mutex lock into get_global_node --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e965175..fc3e6ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - backoff retry to include find_servers in loop (connection.c) - backoff max is max count not max delay - used mutex protection to make client list and nn_sends thread safe - +- put mutex lock into get_global_node ## [1.0.1] - 2018-07-18 ### Added