Description
In this stack of screenshots I show that there is unnecessary logic, by correcting which you can reduce the load on the computer and shorten the code
Some cases can be classified into groups, such as:
a)
- case CONNECTION_TIMEDOUT:
2. case INTERNAL_ERROR:
3. case NOT_CONNECTED:
b)
- case ILLEGAL_STATE:
2. case OBJECT_CLOSED:
3. case UNSUPPORTED_PACKET
c)
1. case QUEUE_DOES_NOT_EXIST:
2. case QUEUE_EXISTS:
Attachments
Attachments
Issue Links
- links to