Possible issue with shutdown() functions in States
--------------------------------------------------
Key: AMQNET-288
URL: https://issues.apache.org/activemq/browse/AMQNET-288
Project: ActiveMQ .Net
Issue Type: Bug
Components: NMS
Reporter: Andrew Westberg
Assignee: Jim Gomes
I noticed that in the code for SessionState.cs and TransactionState.cs, when
the shutdown() method is called, the value for _shutdown is set to false.
Based on the code, shouldn't this be setting the value to true as is done in
ConnectionState.cs? I don't see from the code, how it's ever possible to set
the private variable _shutdown to true.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.