hutcheb opened a new pull request #299:
URL: https://github.com/apache/plc4x/pull/299


   If the submit function in SecureChannelTransactionHandler is called again 
before the previous thread has finished then a message is added to the queue. 
As this method relies on it being called again with a message with the active 
transaction number, this never happens as the message has already been added to 
the queue.
   
   I have added the synchronised keyword to the method so this shouldn't happen.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to