Arpad Boda created MINIFICPP-1467:
-------------------------------------
Summary: Remove mutex from Connection
Key: MINIFICPP-1467
URL: https://issues.apache.org/jira/browse/MINIFICPP-1467
Project: Apache NiFi MiNiFi C++
Issue Type: Improvement
Reporter: Arpad BodaConnection uses a mutex to protect the queue, but we also have a ConcurrentQueue implementation, so the logic here only duplicates that code. Other members are already atomic. -- This message was sent by Atlassian Jira (v8.3.4#803005)
