MQTTClient Read exception

Hello,

I have the following case on some client computers (not all):
1. The TMSMQTTClient1 connects to a server
2. The TMSMQTTClient1 cannot read data - it throws exceptions to TMSMQTTLogger.
3. There are no firewals enabled on the client PC.
4. The firewall on the Internet Router is disabled.
5. When the client app gets closed the MQTT broker populates the message with the LASTWILL (the content of which is correctly send upon establishing a connection).

This is the content of the logger in a Debug mode (please look for Read exception):

CLIENT- Connecting ---------------------------
Initializing Indy TCP Client
Connecting Indy TCP Client
Socket allocated ...
TIdSSLIOHandlerSocketOpenSSL - resolving...
TIdSSLIOHandlerSocketOpenSSL - connecting...
Connection opened
TIdTCPClient - connected...
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
Thread Started
Thread Started
Thread Started
OUT - Packet Qos:0 - SENDING --- 00010000 10001100 00000010 00000000 00000100 01001101 01010001 01010100 01010100 00000100 11110110 00000000 00001111 00000000 00101110 01101111 01110000 01110100 01101001 01110011 01101111 01100110 01110100 00110101 00110100 00110010 00110010 00110111 00110111 00110100 00110110 00110000 00111000 00101111 01001011 01010010 01000001 01001011 01001111 01010111 01010011 01001011 01000001 00100000 00110011 00110001 00101111 01001011 01000001 01010011 01001001
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00100000 (32)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
OUT - Packet: 1 Qos:1 - SENDING - attempt: 0 --- 10000010 00010011 00000000 00000001 00000000 00001110 00101111 01010011 01001111 00101111 00110101 00110100 00110010 00110010 00110111 00110111 00110100 00110110 00110000 00111000 00000010
OUT - Packet: 2 Qos:1 - SENDING - attempt: 0 --- 10000010 00011100 00000000 00000010 00000000 00010111 00101111 01010011 01001111 00101111 01101111 01101110 01101100 01101001 01101110 01100101 00101111 00110101 00110100 00110010 00110010 00110111 00110111 00110100 00110110 00110000 00111000 00101111 00100011 00000010
OUT - Packet: 3 Qos:1 - SENDING - attempt: 0 --- 10000010 00101000 00000000 00000011 00000000 00100011 00101111 01010011 01001111 00101111 00110101 00110100 00110010 00110010 00110111 00110111 00110100 00110110 00110000 00111000 00101111 01001011 01010010 01000001 01001011 01001111 01010111 01010011 01001011 01000001 00100000 00110011 00110001 00101111 01001011 01000001 01010011 01001001 01000001 00101111 00100011 00000010
OUT - Packet: 4 Qos:1 - SENDING - attempt: 0 --- 10000010 00011111 00000000 00000100 00000000 00011010 00101111 01010011 01001111 00101111 01100100 01100001 01110011 01101000 01100010 01101111 01100001 01110010 01100100 00101111 00110101 00110100 00110010 00110010 00110111 00110111 00110100 00110110 00110000 00111000 00101111 00100011 00000010
OUT - Packet: 5 Qos:2 - SENDING - attempt: 0 --- 00110100 11000010 00000010 00000000 00111011 00101111 01010011 01001111 00101111 01010011 01110101 01110000 01100101 01110010 01010011 01100101 01110010 01110110 01100101 01110010 00101111 01000001 01110011 01111001 01101110 01100011 01010010 01100101 01110001 01110101 01100101 01110011 01110100 01110011 00101111 00110101 00110100 00110010 00110010 00110111 00110111 00110100 00110110 00110000 00111000 00101111 01001011 01010010 01000001 01001011 01001111
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 10010000 (144)
IN - Reading Remaining length
IN - RL byte --- 00000011 (3)
IN - Got Remaining length --> 3
IN - Start reading 3 bytes
IN - End reading bytes. Resulting length: 3
IN - Bytes added to incoming messages queue
OUT - Packet: 1 Qos:1 - ACKNOWLEDGED
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 10010000 (144)
IN - Reading Remaining length
IN - RL byte --- 00000011 (3)
IN - Got Remaining length --> 3
IN - Start reading 3 bytes
IN - End reading bytes. Resulting length: 3
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
OUT - Packet: 2 Qos:1 - ACKNOWLEDGED
IN - First Byte --- 00110001 (49)
IN - Reading Remaining length
IN - RL byte --- 10101011 (171)
IN - RL byte --- 00000001 (1)
IN - Got Remaining length --> 171
IN - Start reading 171 bytes
IN - End reading bytes. Resulting length: 171
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00110101 (53)
IN - Reading Remaining length
IN - RL byte --- 10101110 (174)
IN - RL byte --- 00000001 (1)
IN - Got Remaining length --> 174
IN - Start reading 174 bytes
IN - End reading bytes. Resulting length: 174
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00110001 (49)
IN - Reading Remaining length
IN - RL byte --- 10100111 (167)
IN - RL byte --- 00000001 (1)
IN - Got Remaining length --> 167
IN - Start reading 167 bytes
IN - End reading bytes. Resulting length: 167
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00110001 (49)
IN - Reading Remaining length
IN - RL byte --- 10101111 (175)
IN - RL byte --- 00000001 (1)
IN - Got Remaining length --> 175
IN - Start reading 175 bytes
IN - End reading bytes. Resulting length: 175
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 10010000 (144)
IN - Reading Remaining length
IN - RL byte --- 00000011 (3)
IN - Got Remaining length --> 3
IN - Start reading 3 bytes
IN - End reading bytes. Resulting length: 3
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
OUT - Packet: 3 Qos:1 - ACKNOWLEDGED
IN - First Byte --- 10010000 (144)
IN - Reading Remaining length
IN - RL byte --- 00000011 (3)
IN - Got Remaining length --> 3
IN - Start reading 3 bytes
IN - End reading bytes. Resulting length: 3
IN - Bytes added to incoming messages queue
OUT - Packet: 4 Qos:1 - ACKNOWLEDGED
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00110101 (53)
IN - Reading Remaining length
IN - RL byte --- 10100011 (163)
IN - RL byte --- 01111111 (127)
IN - RL byte --- 00000000 (0)
IN - Got Remaining length --> 16291
IN - Start reading 16291 bytes
IN - End reading bytes. Resulting length: 16291
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 11001001 (201)
IN - Reading Remaining length
IN - RL byte --- 10000111 (135)
IN - RL byte --- 00000001 (1)
IN - Got Remaining length --> 135
IN - Start reading 135 bytes
IN - End reading bytes. Resulting length: 135
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101000 (104)
IN - Reading Remaining length
IN - RL byte --- 01100010 (98)
IN - Got Remaining length --> 98
IN - Start reading 98 bytes
IN - End reading bytes. Resulting length: 98
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101000 (104)
IN - Reading Remaining length
IN - RL byte --- 01100010 (98)
IN - Got Remaining length --> 98
IN - Start reading 98 bytes
IN - End reading bytes. Resulting length: 98
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00001010 (10)
IN - Reading Remaining length
IN - RL byte --- 00111100 (60)
IN - Got Remaining length --> 60
IN - Start reading 60 bytes
IN - End reading bytes. Resulting length: 60
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100011 (99)
IN - Reading Remaining length
IN - RL byte --- 01101010 (106)
IN - Got Remaining length --> 106
IN - Start reading 106 bytes
IN - End reading bytes. Resulting length: 106
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00111110 (62)
IN - Reading Remaining length
IN - RL byte --- 00001101 (13)
IN - Got Remaining length --> 13
IN - Start reading 13 bytes
IN - End reading bytes. Resulting length: 13
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00111100 (60)
IN - Reading Remaining length
IN - RL byte --- 00101111 (47)
IN - Got Remaining length --> 47
IN - Start reading 47 bytes
IN - End reading bytes. Resulting length: 47
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01000100 (68)
IN - Reading Remaining length
IN - RL byte --- 01100001 (97)
IN - Got Remaining length --> 97
IN - Start reading 97 bytes
IN - End reading bytes. Resulting length: 97
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101110 (110)
IN - Reading Remaining length
IN - RL byte --- 01110100 (116)
IN - Got Remaining length --> 116
IN - Start reading 116 bytes
IN - End reading bytes. Resulting length: 116
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00001010 (10)
IN - Reading Remaining length
IN - RL byte --- 00111100 (60)
IN - Got Remaining length --> 60
IN - Start reading 60 bytes
IN - End reading bytes. Resulting length: 60
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 11000101 (197)
IN - Reading Remaining length
IN - RL byte --- 10000010 (130)
IN - RL byte --- 01100001 (97)
IN - Got Remaining length --> 12418
IN - Start reading 12418 bytes
IN - End reading bytes. Resulting length: 12418
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00110001 (49)
IN - Reading Remaining length
IN - RL byte --- 00111001 (57)
IN - Got Remaining length --> 57
IN - Start reading 57 bytes
IN - End reading bytes. Resulting length: 57
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00101111 (47)
IN - Reading Remaining length
IN - RL byte --- 00110000 (48)
IN - Got Remaining length --> 48
IN - Start reading 48 bytes
IN - End reading bytes. Resulting length: 48
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110011 (115)
IN - Reading Remaining length
IN - RL byte --- 01100001 (97)
IN - Got Remaining length --> 97
IN - Start reading 97 bytes
IN - End reading bytes. Resulting length: 97
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100001 (97)
IN - Reading Remaining length
IN - RL byte --- 01101011 (107)
IN - Got Remaining length --> 107
IN - Start reading 107 bytes
IN - End reading bytes. Resulting length: 107
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101101 (109)
IN - Reading Remaining length
IN - RL byte --- 01100101 (101)
IN - Got Remaining length --> 101
IN - Start reading 101 bytes
IN - End reading bytes. Resulting length: 101
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100001 (97)
IN - Reading Remaining length
IN - RL byte --- 01100011 (99)
IN - Got Remaining length --> 99
IN - Start reading 99 bytes
IN - End reading bytes. Resulting length: 99
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01000110 (70)
IN - Reading Remaining length
IN - RL byte --- 01100001 (97)
IN - Got Remaining length --> 97
IN - Start reading 97 bytes
IN - End reading bytes. Resulting length: 97
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110101 (117)
IN - Reading Remaining length
IN - RL byte --- 01101101 (109)
IN - Got Remaining length --> 109
IN - Start reading 109 bytes
IN - End reading bytes. Resulting length: 109
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100001 (97)
IN - Reading Remaining length
IN - RL byte --- 01001101 (77)
IN - Got Remaining length --> 77
IN - Start reading 77 bytes
IN - End reading bytes. Resulting length: 77
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100001 (97)
IN - Reading Remaining length
IN - RL byte --- 01110011 (115)
IN - Got Remaining length --> 115
IN - Start reading 115 bytes
IN - End reading bytes. Resulting length: 115
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101100 (108)
IN - Reading Remaining length
IN - RL byte --- 01110101 (117)
IN - Got Remaining length --> 117
IN - Start reading 117 bytes
IN - End reading bytes. Resulting length: 117
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01001100 (76)
IN - Reading Remaining length
IN - RL byte --- 01101001 (105)
IN - Got Remaining length --> 105
IN - Start reading 105 bytes
IN - End reading bytes. Resulting length: 105
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01010000 (80)
IN - Reading Remaining length
IN - RL byte --- 01010010 (82)
IN - Got Remaining length --> 82
IN - Start reading 82 bytes
IN - End reading bytes. Resulting length: 82
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01000100 (68)
IN - Reading Remaining length
IN - RL byte --- 01100001 (97)
IN - Got Remaining length --> 97
IN - Start reading 97 bytes
IN - End reading bytes. Resulting length: 97
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101110 (110)
IN - Reading Remaining length
IN - RL byte --- 01110011 (115)
IN - Got Remaining length --> 115
IN - Start reading 115 bytes
IN - End reading bytes. Resulting length: 115
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100001 (97)
IN - Reading Remaining length
IN - RL byte --- 00111110 (62)
IN - Got Remaining length --> 62
IN - Start reading 62 bytes
IN - End reading bytes. Resulting length: 62
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01001101 (77)
IN - Reading Remaining length
IN - RL byte --- 01101111 (111)
IN - Got Remaining length --> 111
IN - Start reading 111 bytes
IN - End reading bytes. Resulting length: 111
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110100 (116)
IN - Reading Remaining length
IN - RL byte --- 01100001 (97)
IN - Got Remaining length --> 97
IN - Start reading 97 bytes
IN - End reading bytes. Resulting length: 97
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01001111 (79)
IN - Reading Remaining length
IN - RL byte --- 01010100 (84)
IN - Got Remaining length --> 84
IN - Start reading 84 bytes
IN - End reading bytes. Resulting length: 84
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00111100 (60)
IN - Reading Remaining length
IN - RL byte --- 01010100 (84)
IN - Got Remaining length --> 84
IN - Start reading 84 bytes
IN - End reading bytes. Resulting length: 84
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00110000 (48)
IN - Reading Remaining length
IN - RL byte --- 00110000 (48)
IN - Got Remaining length --> 48
IN - Start reading 48 bytes
IN - End reading bytes. Resulting length: 48
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100001 (97)
IN - Reading Remaining length
IN - RL byte --- 01111010 (122)
IN - Got Remaining length --> 122
IN - Start reading 122 bytes
IN - End reading bytes. Resulting length: 122
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00001101 (13)
IN - Reading Remaining length
IN - RL byte --- 00001010 (10)
IN - Got Remaining length --> 10
IN - Start reading 10 bytes
IN - End reading bytes. Resulting length: 10
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00111100 (60)
IN - Reading Remaining length
IN - RL byte --- 00101111 (47)
IN - Got Remaining length --> 47
IN - Start reading 47 bytes
IN - End reading bytes. Resulting length: 47
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00001010 (10)
IN - Reading Remaining length
IN - RL byte --- 00111100 (60)
IN - Got Remaining length --> 60
IN - Start reading 60 bytes
IN - End reading bytes. Resulting length: 60
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100011 (99)
IN - Reading Remaining length
IN - RL byte --- 01111010 (122)
IN - Got Remaining length --> 122
IN - Start reading 122 bytes
IN - End reading bytes. Resulting length: 122
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00111100 (60)
IN - Reading Remaining length
IN - RL byte --- 00101111 (47)
IN - Got Remaining length --> 47
IN - Start reading 47 bytes
IN - End reading bytes. Resulting length: 47
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00110000 (48)
IN - Reading Remaining length
IN - RL byte --- 00110000 (48)
IN - Got Remaining length --> 48
IN - Start reading 48 bytes
IN - End reading bytes. Resulting length: 48
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00111000 (56)
IN - Reading Remaining length
IN - RL byte --- 00110011 (51)
IN - Got Remaining length --> 51
IN - Start reading 51 bytes
IN - End reading bytes. Resulting length: 51
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110101 (117)
IN - Reading Remaining length
IN - RL byte --- 01101100 (108)
IN - Got Remaining length --> 108
IN - Start reading 108 bytes
IN - End reading bytes. Resulting length: 108
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110100 (116)
IN - Reading Remaining length
IN - RL byte --- 01101111 (111)
IN - Got Remaining length --> 111
IN - Start reading 111 bytes
IN - End reading bytes. Resulting length: 111
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00110101 (53)
IN - Reading Remaining length
IN - RL byte --- 00111100 (60)
IN - Got Remaining length --> 60
IN - Start reading 60 bytes
IN - End reading bytes. Resulting length: 60
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01001100 (76)
IN - Reading Remaining length
IN - RL byte --- 01100101 (101)
IN - Got Remaining length --> 101
IN - Start reading 101 bytes
IN - End reading bytes. Resulting length: 101
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100101 (101)
IN - Reading Remaining length
IN - RL byte --- 01110011 (115)
IN - Got Remaining length --> 115
IN - Start reading 115 bytes
IN - End reading bytes. Resulting length: 115
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110100 (116)
IN - Reading Remaining length
IN - RL byte --- 00111110 (62)
IN - Got Remaining length --> 62
IN - Start reading 62 bytes
IN - End reading bytes. Resulting length: 62
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00110000 (48)
IN - Reading Remaining length
IN - RL byte --- 00111100 (60)
IN - Got Remaining length --> 60
IN - Start reading 60 bytes
IN - End reading bytes. Resulting length: 60
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101101 (109)
IN - Reading Remaining length
IN - RL byte --- 01101111 (111)
IN - Got Remaining length --> 111
IN - Start reading 111 bytes
IN - End reading bytes. Resulting length: 111
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101100 (108)
IN - Reading Remaining length
IN - RL byte --- 01100101 (101)
IN - Got Remaining length --> 101
IN - Start reading 101 bytes
IN - End reading bytes. Resulting length: 101
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100110 (102)
IN - Reading Remaining length
IN - RL byte --- 01101111 (111)
IN - Got Remaining length --> 111
IN - Start reading 111 bytes
IN - End reading bytes. Resulting length: 111
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01000010 (66)
IN - Reading Remaining length
IN - RL byte --- 01110010 (114)
IN - Got Remaining length --> 114
IN - Start reading 114 bytes
IN - End reading bytes. Resulting length: 114
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100001 (97)
IN - Reading Remaining length
IN - RL byte --- 00111110 (62)
IN - Got Remaining length --> 62
IN - Start reading 62 bytes
IN - End reading bytes. Resulting length: 62
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110011 (115)
IN - Reading Remaining length
IN - RL byte --- 01101001 (105)
IN - Got Remaining length --> 105
IN - Start reading 105 bytes
IN - End reading bytes. Resulting length: 105
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100011 (99)
IN - Reading Remaining length
IN - RL byte --- 01101111 (111)
IN - Got Remaining length --> 111
IN - Start reading 111 bytes
IN - End reading bytes. Resulting length: 111
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00001010 (10)
IN - Reading Remaining length
IN - RL byte --- 00111100 (60)
IN - Got Remaining length --> 60
IN - Start reading 60 bytes
IN - End reading bytes. Resulting length: 60
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00001010 (10)
IN - Reading Remaining length
IN - RL byte --- 00111100 (60)
IN - Got Remaining length --> 60
IN - Start reading 60 bytes
IN - End reading bytes. Resulting length: 60
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101111 (111)
IN - Reading Remaining length
IN - RL byte --- 01011010 (90)
IN - Got Remaining length --> 90
IN - Start reading 90 bytes
IN - End reading bytes. Resulting length: 90
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100011 (99)
IN - Reading Remaining length
IN - RL byte --- 01100101 (101)
IN - Got Remaining length --> 101
IN - Start reading 101 bytes
IN - End reading bytes. Resulting length: 101
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01010011 (83)
IN - Reading Remaining length
IN - RL byte --- 01001011 (75)
IN - Got Remaining length --> 75
IN - Start reading 75 bytes
IN - End reading bytes. Resulting length: 75
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00111110 (62)
IN - Reading Remaining length
IN - RL byte --- 01000100 (68)
IN - Got Remaining length --> 68
IN - Start reading 68 bytes
IN - End reading bytes. Resulting length: 68
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01010100 (84)
IN - Reading Remaining length
IN - RL byte --- 01100001 (97)
IN - Got Remaining length --> 97
IN - Start reading 97 bytes
IN - End reading bytes. Resulting length: 97
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01000101 (69)
IN - Reading Remaining length
IN - RL byte --- 01010000 (80)
IN - Got Remaining length --> 80
IN - Start reading 80 bytes
IN - End reading bytes. Resulting length: 80
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00001101 (13)
IN - Reading Remaining length
IN - RL byte --- 00001010 (10)
IN - Got Remaining length --> 10
IN - Start reading 10 bytes
IN - End reading bytes. Resulting length: 10
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101001 (105)
IN - Reading Remaining length
IN - RL byte --- 01101011 (107)
IN - Got Remaining length --> 107
IN - Start reading 107 bytes
IN - End reading bytes. Resulting length: 107
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110011 (115)
IN - Reading Remaining length
IN - RL byte --- 01110100 (116)
IN - Got Remaining length --> 116
IN - Start reading 116 bytes
IN - End reading bytes. Resulting length: 116
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100001 (97)
IN - Reading Remaining length
IN - RL byte --- 01110100 (116)
IN - Got Remaining length --> 116
IN - Start reading 116 bytes
IN - End reading bytes. Resulting length: 116
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100101 (101)
IN - Reading Remaining length
IN - RL byte --- 01101110 (110)
IN - Got Remaining length --> 110
IN - Start reading 110 bytes
IN - End reading bytes. Resulting length: 110
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100101 (101)
IN - Reading Remaining length
IN - RL byte --- 01100111 (103)
IN - Got Remaining length --> 103
IN - Start reading 103 bytes
IN - End reading bytes. Resulting length: 103
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00001101 (13)
IN - Reading Remaining length
IN - RL byte --- 00001010 (10)
IN - Got Remaining length --> 10
IN - Start reading 10 bytes
IN - End reading bytes. Resulting length: 10
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101011 (107)
IN - Reading Remaining length
IN - RL byte --- 01101111 (111)
IN - Got Remaining length --> 111
IN - Start reading 111 bytes
IN - End reading bytes. Resulting length: 111
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110100 (116)
IN - Reading Remaining length
IN - RL byte --- 01101011 (107)
IN - Got Remaining length --> 107
IN - Start reading 107 bytes
IN - End reading bytes. Resulting length: 107
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00110000 (48)
IN - Reading Remaining length
IN - RL byte --- 00101111 (47)
IN - Got Remaining length --> 47
IN - Start reading 47 bytes
IN - End reading bytes. Resulting length: 47
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100001 (97)
IN - Reading Remaining length
IN - RL byte --- 01101110 (110)
IN - Got Remaining length --> 110
IN - Start reading 110 bytes
IN - End reading bytes. Resulting length: 110
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110100 (116)
IN - Reading Remaining length
IN - RL byte --- 01100001 (97)
IN - Got Remaining length --> 97
IN - Start reading 97 bytes
IN - End reading bytes. Resulting length: 97
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110100 (116)
IN - Reading Remaining length
IN - RL byte --- 01110101 (117)
IN - Got Remaining length --> 117
IN - Start reading 117 bytes
IN - End reading bytes. Resulting length: 117
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01000101 (69)
IN - Reading Remaining length
IN - RL byte --- 01001101 (77)
IN - Got Remaining length --> 77
IN - Start reading 77 bytes
IN - End reading bytes. Resulting length: 77
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00111100 (60)
IN - Reading Remaining length
IN - RL byte --- 01010000 (80)
IN - Got Remaining length --> 80
IN - Start reading 80 bytes
IN - End reading bytes. Resulting length: 80
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101001 (105)
IN - Reading Remaining length
IN - RL byte --- 00111110 (62)
IN - Got Remaining length --> 62
IN - Start reading 62 bytes
IN - End reading bytes. Resulting length: 62
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110100 (116)
IN - Reading Remaining length
IN - RL byte --- 01101011 (107)
IN - Got Remaining length --> 107
IN - Start reading 107 bytes
IN - End reading bytes. Resulting length: 107
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110100 (116)
IN - Reading Remaining length
IN - RL byte --- 01100101 (101)
IN - Got Remaining length --> 101
IN - Start reading 101 bytes
IN - End reading bytes. Resulting length: 101
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01111001 (121)
IN - Reading Remaining length
IN - RL byte --- 00111110 (62)
IN - Got Remaining length --> 62
IN - Start reading 62 bytes
IN - End reading bytes. Resulting length: 62
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101001 (105)
IN - Reading Remaining length
IN - RL byte --- 00111110 (62)
IN - Got Remaining length --> 62
IN - Start reading 62 bytes
IN - End reading bytes. Resulting length: 62
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00101111 (47)
IN - Reading Remaining length
IN - RL byte --- 01010111 (87)
IN - Got Remaining length --> 87
IN - Start reading 87 bytes
IN - End reading bytes. Resulting length: 87
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00111100 (60)
IN - Reading Remaining length
IN - RL byte --- 00101111 (47)
IN - Got Remaining length --> 47
IN - Start reading 47 bytes
IN - End reading bytes. Resulting length: 47
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00111110 (62)
IN - Reading Remaining length
IN - RL byte --- 00001101 (13)
IN - Got Remaining length --> 13
IN - Start reading 13 bytes
IN - End reading bytes. Resulting length: 13
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101001 (105)
IN - Reading Remaining length
IN - RL byte --- 01100101 (101)
IN - Got Remaining length --> 101
IN - Start reading 101 bytes
IN - End reading bytes. Resulting length: 101
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101110 (110)
IN - Reading Remaining length
IN - RL byte --- 01100101 (101)
IN - Got Remaining length --> 101
IN - Start reading 101 bytes
IN - End reading bytes. Resulting length: 101
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110101 (117)
IN - Reading Remaining length
IN - RL byte --- 01101101 (109)
IN - Got Remaining length --> 109
IN - Start reading 109 bytes
IN - End reading bytes. Resulting length: 109
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01000110 (70)
IN - Reading Remaining length
IN - RL byte --- 01110100 (116)
IN - Got Remaining length --> 116
IN - Start reading 116 bytes
IN - End reading bytes. Resulting length: 116
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00101111 (47)
IN - Reading Remaining length
IN - RL byte --- 01001110 (78)
IN - Got Remaining length --> 78
IN - Start reading 78 bytes
IN - End reading bytes. Resulting length: 78
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110111 (119)
IN - Reading Remaining length
IN - RL byte --- 01101111 (111)
IN - Got Remaining length --> 111
IN - Start reading 111 bytes
IN - End reading bytes. Resulting length: 111
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110000 (112)
IN - Reading Remaining length
IN - RL byte --- 01000100 (68)
IN - Got Remaining length --> 68
IN - Start reading 68 bytes
IN - End reading bytes. Resulting length: 68
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00001101 (13)
IN - Reading Remaining length
IN - RL byte --- 00001010 (10)
IN - Got Remaining length --> 10
IN - Start reading 10 bytes
IN - End reading bytes. Resulting length: 10
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01001011 (75)
IN - Reading Remaining length
IN - RL byte --- 01110011 (115)
IN - Got Remaining length --> 115
IN - Start reading 115 bytes
IN - End reading bytes. Resulting length: 115
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01111010 (122)
IN - Reading Remaining length
IN - RL byte --- 01111001 (121)
IN - Got Remaining length --> 121
IN - Start reading 121 bytes
IN - End reading bytes. Resulting length: 121
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00111100 (60)
IN - Reading Remaining length
IN - RL byte --- 00101111 (47)
IN - Got Remaining length --> 47
IN - Start reading 47 bytes
IN - End reading bytes. Resulting length: 47
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00110000 (48)
IN - Reading Remaining length
IN - RL byte --- 00101111 (47)
IN - Got Remaining length --> 47
IN - Start reading 47 bytes
IN - End reading bytes. Resulting length: 47
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00101111 (47)
IN - Reading Remaining length
IN - RL byte --- 00110001 (49)
IN - Got Remaining length --> 49
IN - Start reading 49 bytes
IN - End reading bytes. Resulting length: 49
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00001010 (10)
IN - Reading Remaining length
IN - RL byte --- 00111100 (60)
IN - Got Remaining length --> 60
IN - Start reading 60 bytes
IN - End reading bytes. Resulting length: 60
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01000100 (68)
IN - Reading Remaining length
IN - RL byte --- 01100001 (97)
IN - Got Remaining length --> 97
IN - Start reading 97 bytes
IN - End reading bytes. Resulting length: 97
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01010111 (87)
IN - Reading Remaining length
IN - RL byte --- 01100001 (97)
IN - Got Remaining length --> 97
IN - Start reading 97 bytes
IN - End reading bytes. Resulting length: 97
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00110001 (49)
IN - Reading Remaining length
IN - RL byte --- 00111100 (60)
IN - Got Remaining length --> 60
IN - Start reading 60 bytes
IN - End reading bytes. Resulting length: 60
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101011 (107)
IN - Reading Remaining length
IN - RL byte --- 01001011 (75)
IN - Got Remaining length --> 75
IN - Start reading 75 bytes
IN - End reading bytes. Resulting length: 75
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00111100 (60)
IN - Reading Remaining length
IN - RL byte --- 00101111 (47)
IN - Got Remaining length --> 47
IN - Start reading 47 bytes
IN - End reading bytes. Resulting length: 47
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101011 (107)
IN - Reading Remaining length
IN - RL byte --- 01100001 (97)
IN - Got Remaining length --> 97
IN - Start reading 97 bytes
IN - End reading bytes. Resulting length: 97
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110011 (115)
IN - Reading Remaining length
IN - RL byte --- 01110100 (116)
IN - Got Remaining length --> 116
IN - Start reading 116 bytes
IN - End reading bytes. Resulting length: 116
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00101111 (47)
IN - Reading Remaining length
IN - RL byte --- 00110000 (48)
IN - Got Remaining length --> 48
IN - Start reading 48 bytes
IN - End reading bytes. Resulting length: 48
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100001 (97)
IN - Reading Remaining length
IN - RL byte --- 01101110 (110)
IN - Got Remaining length --> 110
IN - Start reading 110 bytes
IN - End reading bytes. Resulting length: 110
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110100 (116)
IN - Reading Remaining length
IN - RL byte --- 01100001 (97)
IN - Got Remaining length --> 97
IN - Start reading 97 bytes
IN - End reading bytes. Resulting length: 97
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101110 (110)
IN - Reading Remaining length
IN - RL byte --- 01110100 (116)
IN - Got Remaining length --> 116
IN - Start reading 116 bytes
IN - End reading bytes. Resulting length: 116
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00111110 (62)
IN - Reading Remaining length
IN - RL byte --- 00111100 (60)
IN - Got Remaining length --> 60
IN - Start reading 60 bytes
IN - End reading bytes. Resulting length: 60
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00110010 (50)
IN - Reading Remaining length
IN - RL byte --- 00110011 (51)
IN - Got Remaining length --> 51
IN - Start reading 51 bytes
IN - End reading bytes. Resulting length: 51
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101011 (107)
IN - Reading Remaining length
IN - RL byte --- 01100001 (97)
IN - Got Remaining length --> 97
IN - Start reading 97 bytes
IN - End reading bytes. Resulting length: 97
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110011 (115)
IN - Reading Remaining length
IN - RL byte --- 01110100 (116)
IN - Got Remaining length --> 116
IN - Start reading 116 bytes
IN - End reading bytes. Resulting length: 116
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00111001 (57)
IN - Reading Remaining length
IN - RL byte --- 00101111 (47)
IN - Got Remaining length --> 47
IN - Start reading 47 bytes
IN - End reading bytes. Resulting length: 47
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01010100 (84)
IN - Reading Remaining length
IN - RL byte --- 01110010 (114)
IN - Got Remaining length --> 114
IN - Start reading 114 bytes
IN - End reading bytes. Resulting length: 114
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00111110 (62)
IN - Reading Remaining length
IN - RL byte --- 00110100 (52)
IN - Got Remaining length --> 52
IN - Start reading 52 bytes
IN - End reading bytes. Resulting length: 52
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00101111 (47)
IN - Reading Remaining length
IN - RL byte --- 01010111 (87)
IN - Got Remaining length --> 87
IN - Start reading 87 bytes
IN - End reading bytes. Resulting length: 87
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00111100 (60)
IN - Reading Remaining length
IN - RL byte --- 00101111 (47)
IN - Got Remaining length --> 47
IN - Start reading 47 bytes
IN - End reading bytes. Resulting length: 47
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00111110 (62)
IN - Reading Remaining length
IN - RL byte --- 00001101 (13)
IN - Got Remaining length --> 13
IN - Start reading 13 bytes
IN - End reading bytes. Resulting length: 13
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101001 (105)
IN - Reading Remaining length
IN - RL byte --- 01100101 (101)
IN - Got Remaining length --> 101
IN - Start reading 101 bytes
IN - End reading bytes. Resulting length: 101
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101110 (110)
IN - Reading Remaining length
IN - RL byte --- 01100101 (101)
IN - Got Remaining length --> 101
IN - Start reading 101 bytes
IN - End reading bytes. Resulting length: 101
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110101 (117)
IN - Reading Remaining length
IN - RL byte --- 01101101 (109)
IN - Got Remaining length --> 109
IN - Start reading 109 bytes
IN - End reading bytes. Resulting length: 109
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110100 (116)
IN - Reading Remaining length
IN - RL byte --- 01110000 (112)
IN - Got Remaining length --> 112
IN - Start reading 112 bytes
IN - End reading bytes. Resulting length: 112
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00111110 (62)
IN - Reading Remaining length
IN - RL byte --- 00110001 (49)
IN - Got Remaining length --> 49
IN - Start reading 49 bytes
IN - End reading bytes. Resulting length: 49
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01000100 (68)
IN - Reading Remaining length
IN - RL byte --- 01100001 (97)
IN - Got Remaining length --> 97
IN - Start reading 97 bytes
IN - End reading bytes. Resulting length: 97
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101110 (110)
IN - Reading Remaining length
IN - RL byte --- 01110100 (116)
IN - Got Remaining length --> 116
IN - Start reading 116 bytes
IN - End reading bytes. Resulting length: 116
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00001010 (10)
IN - Reading Remaining length
IN - RL byte --- 00111100 (60)
IN - Got Remaining length --> 60
IN - Start reading 60 bytes
IN - End reading bytes. Resulting length: 60
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 11000101 (197)
IN - Reading Remaining length
IN - RL byte --- 10000010 (130)
IN - RL byte --- 01100001 (97)
IN - Got Remaining length --> 12418
IN - Start reading 12418 bytes
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110100 (116)
IN - Reading Remaining length
IN - RL byte --- 01100001 (97)
IN - Got Remaining length --> 97
IN - Start reading 97 bytes
IN - End reading bytes. Resulting length: 97
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00001010 (10)
IN - Reading Remaining length
IN - RL byte --- 00111100 (60)
IN - Got Remaining length --> 60
IN - Start reading 60 bytes
IN - End reading bytes. Resulting length: 60
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110100 (116)
IN - Reading Remaining length
IN - RL byte --- 01110101 (117)
IN - Got Remaining length --> 117
IN - Start reading 117 bytes
IN - End reading bytes. Resulting length: 117
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00110000 (48)
IN - Reading Remaining length
IN - RL byte --- 00101111 (47)
IN - Got Remaining length --> 47
IN - Start reading 47 bytes
IN - End reading bytes. Resulting length: 47
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110011 (115)
IN - Reading Remaining length
IN - RL byte --- 01101111 (111)
IN - Got Remaining length --> 111
IN - Start reading 111 bytes
IN - End reading bytes. Resulting length: 111
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100011 (99)
IN - Reading Remaining length
IN - RL byte --- 01101010 (106)
IN - Got Remaining length --> 106
IN - Start reading 106 bytes
IN - End reading bytes. Resulting length: 106
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101110 (110)
IN - Reading Remaining length
IN - RL byte --- 01110100 (116)
IN - Got Remaining length --> 116
IN - Start reading 116 bytes
IN - End reading bytes. Resulting length: 116
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01111001 (121)
IN - Reading Remaining length
IN - RL byte --- 00111110 (62)
IN - Got Remaining length --> 62
IN - Start reading 62 bytes
IN - End reading bytes. Resulting length: 62
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100001 (97)
IN - Reading Remaining length
IN - RL byte --- 01101100 (108)
IN - Got Remaining length --> 108
IN - Start reading 108 bytes
IN - End reading bytes. Resulting length: 108
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101100 (108)
IN - Reading Remaining length
IN - RL byte --- 01100101 (101)
IN - Got Remaining length --> 101
IN - Start reading 101 bytes
IN - End reading bytes. Resulting length: 101
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01111001 (121)
IN - Reading Remaining length
IN - RL byte --- 01100110 (102)
IN - Got Remaining length --> 102
IN - Start reading 102 bytes
IN - End reading bytes. Resulting length: 102
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100001 (97)
IN - Reading Remaining length
IN - RL byte --- 01101110 (110)
IN - Got Remaining length --> 110
IN - Start reading 110 bytes
IN - End reading bytes. Resulting length: 110
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01000100 (68)
IN - Reading Remaining length
IN - RL byte --- 01100001 (97)
IN - Got Remaining length --> 97
IN - Start reading 97 bytes
IN - End reading bytes. Resulting length: 97
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101110 (110)
IN - Reading Remaining length
IN - RL byte --- 01110100 (116)
IN - Got Remaining length --> 116
IN - Start reading 116 bytes
IN - End reading bytes. Resulting length: 116
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00001010 (10)
IN - Reading Remaining length
IN - RL byte --- 00111100 (60)
IN - Got Remaining length --> 60
IN - Start reading 60 bytes
IN - End reading bytes. Resulting length: 60
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00001101 (13)
IN - Reading Remaining length
IN - RL byte --- 00001010 (10)
IN - Got Remaining length --> 10
IN - Start reading 10 bytes
IN - End reading bytes. Resulting length: 10
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01111010 (122)
IN - Reading Remaining length
IN - RL byte --- 01100101 (101)
IN - Got Remaining length --> 101
IN - Start reading 101 bytes
IN - End reading bytes. Resulting length: 101
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100101 (101)
IN - Reading Remaining length
IN - RL byte --- 01111010 (122)
IN - Got Remaining length --> 122
IN - Start reading 122 bytes
IN - End reading bytes. Resulting length: 122
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100001 (97)
IN - Reading Remaining length
IN - RL byte --- 01100011 (99)
IN - Got Remaining length --> 99
IN - Start reading 99 bytes
IN - End reading bytes. Resulting length: 99
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101110 (110)
IN - Reading Remaining length
IN - RL byte --- 01110011 (115)
IN - Got Remaining length --> 115
IN - Start reading 115 bytes
IN - End reading bytes. Resulting length: 115
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100001 (97)
IN - Reading Remaining length
IN - RL byte --- 01101110 (110)
IN - Got Remaining length --> 110
IN - Start reading 110 bytes
IN - End reading bytes. Resulting length: 110
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101101 (109)
IN - Reading Remaining length
IN - RL byte --- 01100101 (101)
IN - Got Remaining length --> 101
IN - Start reading 101 bytes
IN - End reading bytes. Resulting length: 101
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100001 (97)
IN - Reading Remaining length
IN - RL byte --- 01100011 (99)
IN - Got Remaining length --> 99
IN - Start reading 99 bytes
IN - End reading bytes. Resulting length: 99
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01000110 (70)
IN - Reading Remaining length
IN - RL byte --- 01100001 (97)
IN - Got Remaining length --> 97
IN - Start reading 97 bytes
IN - End reading bytes. Resulting length: 97
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110101 (117)
IN - Reading Remaining length
IN - RL byte --- 01101101 (109)
IN - Got Remaining length --> 109
IN - Start reading 109 bytes
IN - End reading bytes. Resulting length: 109
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100001 (97)
IN - Reading Remaining length
IN - RL byte --- 01001101 (77)
IN - Got Remaining length --> 77
IN - Start reading 77 bytes
IN - End reading bytes. Resulting length: 77
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100001 (97)
IN - Reading Remaining length
IN - RL byte --- 01110011 (115)
IN - Got Remaining length --> 115
IN - Start reading 115 bytes
IN - End reading bytes. Resulting length: 115
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101100 (108)
IN - Reading Remaining length
IN - RL byte --- 01110101 (117)
IN - Got Remaining length --> 117
IN - Start reading 117 bytes
IN - End reading bytes. Resulting length: 117
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00001101 (13)
IN - Reading Remaining length
IN - RL byte --- 00001010 (10)
IN - Got Remaining length --> 10
IN - Start reading 10 bytes
IN - End reading bytes. Resulting length: 10
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101110 (110)
IN - Reading Remaining length
IN - RL byte --- 01110011 (115)
IN - Got Remaining length --> 115
IN - Start reading 115 bytes
IN - End reading bytes. Resulting length: 115
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00110001 (49)
IN - Reading Remaining length
IN - RL byte --- 00110000 (48)
IN - Got Remaining length --> 48
IN - Start reading 48 bytes
IN - End reading bytes. Resulting length: 48
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00101111 (47)
IN - Reading Remaining length
IN - RL byte --- 01001011 (75)
IN - Got Remaining length --> 75
IN - Start reading 75 bytes
IN - End reading bytes. Resulting length: 75
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101101 (109)
IN - Reading Remaining length
IN - RL byte --- 01100101 (101)
IN - Got Remaining length --> 101
IN - Start reading 101 bytes
IN - End reading bytes. Resulting length: 101
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100001 (97)
IN - Reading Remaining length
IN - RL byte --- 00111110 (62)
IN - Got Remaining length --> 62
IN - Start reading 62 bytes
IN - End reading bytes. Resulting length: 62
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110000 (112)
IN - Reading Remaining length
IN - RL byte --- 11000101 (197)
IN - RL byte --- 10000010 (130)
IN - RL byte --- 01100001 (97)
IN - Got Remaining length --> 1589573
IN - Start reading 1589573 bytes
OUT - Packet: 5 Qos:2 - SENDING - attempt: 1 --- 00111100 11000010 00000010 00000000 00111011 00101111 01010011 01001111 00101111 01010011 01110101 01110000 01100101 01110010 01010011 01100101 01110010 01110110 01100101 01110010 00101111 01000001 01110011 01111001 01101110 01100011 01010010 01100101 01110001 01110101 01100101 01110011 01110100 01110011 00101111 00110101 00110100 00110010 00110010 00110111 00110111 00110100 00110110 00110000 00111000 00101111 01001011 01010010 01000001 01001011 01001111
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110100 (116)
IN - Reading Remaining length
IN - RL byte --- 01100001 (97)
IN - Got Remaining length --> 97
IN - Start reading 97 bytes
IN - End reading bytes. Resulting length: 97
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00001010 (10)
IN - Reading Remaining length
IN - RL byte --- 00111100 (60)
IN - Got Remaining length --> 60
IN - Start reading 60 bytes
IN - End reading bytes. Resulting length: 60
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110100 (116)
IN - Reading Remaining length
IN - RL byte --- 01110101 (117)
IN - Got Remaining length --> 117
IN - Start reading 117 bytes
IN - End reading bytes. Resulting length: 117
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00110000 (48)
IN - Reading Remaining length
IN - RL byte --- 00101111 (47)
IN - Got Remaining length --> 47
IN - Start reading 47 bytes
IN - End reading bytes. Resulting length: 47
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110011 (115)
IN - Reading Remaining length
IN - RL byte --- 01101111 (111)
IN - Got Remaining length --> 111
IN - Start reading 111 bytes
IN - End reading bytes. Resulting length: 111
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110100 (116)
IN - Reading Remaining length
IN - RL byte --- 01100001 (97)
IN - Got Remaining length --> 97
IN - Start reading 97 bytes
IN - End reading bytes. Resulting length: 97
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110011 (115)
IN - Reading Remaining length
IN - RL byte --- 01100001 (97)
IN - Got Remaining length --> 97
IN - Start reading 97 bytes
IN - End reading bytes. Resulting length: 97
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100101 (101)
IN - Reading Remaining length
IN - RL byte --- 01110011 (115)
IN - Got Remaining length --> 115
IN - Start reading 115 bytes
IN - End reading bytes. Resulting length: 115
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00001010 (10)
IN - Reading Remaining length
IN - RL byte --- 00111100 (60)
IN - Got Remaining length --> 60
IN - Start reading 60 bytes
IN - End reading bytes. Resulting length: 60
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00111110 (62)
IN - Reading Remaining length
IN - RL byte --- 00001101 (13)
IN - Got Remaining length --> 13
IN - Start reading 13 bytes
IN - End reading bytes. Resulting length: 13
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101011 (107)
IN - Reading Remaining length
IN - RL byte --- 01100011 (99)
IN - Got Remaining length --> 99
IN - Start reading 99 bytes
IN - End reading bytes. Resulting length: 99
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00111110 (62)
IN - Reading Remaining length
IN - RL byte --- 00110101 (53)
IN - Got Remaining length --> 53
IN - Start reading 53 bytes
IN - End reading bytes. Resulting length: 53
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01010111 (87)
IN - Reading Remaining length
IN - RL byte --- 01100001 (97)
IN - Got Remaining length --> 97
IN - Start reading 97 bytes
IN - End reading bytes. Resulting length: 97
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00111100 (60)
IN - Reading Remaining length
IN - RL byte --- 00101111 (47)
IN - Got Remaining length --> 47
IN - Start reading 47 bytes
IN - End reading bytes. Resulting length: 47
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101001 (105)
IN - Reading Remaining length
IN - RL byte --- 01000100 (68)
IN - Got Remaining length --> 68
IN - Start reading 68 bytes
IN - End reading bytes. Resulting length: 68
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00111100 (60)
IN - Reading Remaining length
IN - RL byte --- 01001001 (73)
IN - Got Remaining length --> 73
IN - Start reading 73 bytes
IN - End reading bytes. Resulting length: 73
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110101 (117)
IN - Reading Remaining length
IN - RL byte --- 01110100 (116)
IN - Got Remaining length --> 116
IN - Start reading 116 bytes
IN - End reading bytes. Resulting length: 116
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00101111 (47)
IN - Reading Remaining length
IN - RL byte --- 01001100 (76)
IN - Got Remaining length --> 76
IN - Start reading 76 bytes
IN - End reading bytes. Resulting length: 76
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00101111 (47)
IN - Reading Remaining length
IN - RL byte --- 01001100 (76)
IN - Got Remaining length --> 76
IN - Start reading 76 bytes
IN - End reading bytes. Resulting length: 76
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101011 (107)
IN - Reading Remaining length
IN - RL byte --- 01100011 (99)
IN - Got Remaining length --> 99
IN - Start reading 99 bytes
IN - End reading bytes. Resulting length: 99
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01000001 (65)
IN - Reading Remaining length
IN - RL byte --- 00111100 (60)
IN - Got Remaining length --> 60
IN - Start reading 60 bytes
IN - End reading bytes. Resulting length: 60
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01010111 (87)
IN - Reading Remaining length
IN - RL byte --- 01100101 (101)
IN - Got Remaining length --> 101
IN - Start reading 101 bytes
IN - End reading bytes. Resulting length: 101
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110100 (116)
IN - Reading Remaining length
IN - RL byte --- 01100101 (101)
IN - Got Remaining length --> 101
IN - Start reading 101 bytes
IN - End reading bytes. Resulting length: 101
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110101 (117)
IN - Reading Remaining length
IN - RL byte --- 01110100 (116)
IN - Got Remaining length --> 116
IN - Start reading 116 bytes
IN - End reading bytes. Resulting length: 116
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101101 (109)
IN - Reading Remaining length
IN - RL byte --- 00111110 (62)
IN - Got Remaining length --> 62
IN - Start reading 62 bytes
IN - End reading bytes. Resulting length: 62
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101101 (109)
IN - Reading Remaining length
IN - RL byte --- 01110101 (117)
IN - Got Remaining length --> 117
IN - Start reading 117 bytes
IN - End reading bytes. Resulting length: 117
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00001010 (10)
IN - Reading Remaining length
IN - RL byte --- 00111100 (60)
IN - Got Remaining length --> 60
IN - Start reading 60 bytes
IN - End reading bytes. Resulting length: 60
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00110010 (50)
IN - Reading Remaining length
IN - RL byte --- 00111100 (60)
IN - Got Remaining length --> 60
IN - Start reading 60 bytes
IN - End reading bytes. Resulting length: 60
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00001101 (13)
IN - Reading Remaining length
IN - RL byte --- 00001010 (10)
IN - Got Remaining length --> 10
IN - Start reading 10 bytes
IN - End reading bytes. Resulting length: 10
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100011 (99)
IN - Reading Remaining length
IN - RL byte --- 01101111 (111)
IN - Got Remaining length --> 111
IN - Start reading 111 bytes
IN - End reading bytes. Resulting length: 111
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110100 (116)
IN - Reading Remaining length
IN - RL byte --- 00111110 (62)
IN - Got Remaining length --> 62
IN - Start reading 62 bytes
IN - End reading bytes. Resulting length: 62
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101101 (109)
IN - Reading Remaining length
IN - RL byte --- 01101111 (111)
IN - Got Remaining length --> 111
IN - Start reading 111 bytes
IN - End reading bytes. Resulting length: 111
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110010 (114)
IN - Reading Remaining length
IN - RL byte --- 01111001 (121)
IN - Got Remaining length --> 121
IN - Start reading 121 bytes
IN - End reading bytes. Resulting length: 121
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00001010 (10)
IN - Reading Remaining length
IN - RL byte --- 00111100 (60)
IN - Got Remaining length --> 60
IN - Start reading 60 bytes
IN - End reading bytes. Resulting length: 60
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00101111 (47)
IN - Reading Remaining length
IN - RL byte --- 01000010 (66)
IN - Got Remaining length --> 66
IN - Start reading 66 bytes
IN - End reading bytes. Resulting length: 66
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00110000 (48)
IN - Reading Remaining length
IN - RL byte --- 00101100 (44)
IN - Got Remaining length --> 44
IN - Start reading 44 bytes
IN - End reading bytes. Resulting length: 44
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101111 (111)
IN - Reading Remaining length
IN - RL byte --- 01110101 (117)
IN - Got Remaining length --> 117
IN - Start reading 117 bytes
IN - End reading bytes. Resulting length: 117
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101111 (111)
IN - Reading Remaining length
IN - RL byte --- 01110011 (115)
IN - Got Remaining length --> 115
IN - Start reading 115 bytes
IN - End reading bytes. Resulting length: 115
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00110000 (48)
IN - Reading Remaining length
IN - RL byte --- 00110000 (48)
IN - Got Remaining length --> 48
IN - Start reading 48 bytes
IN - End reading bytes. Resulting length: 48
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110100 (116)
IN - Reading Remaining length
IN - RL byte --- 00111110 (62)
IN - Got Remaining length --> 62
IN - Start reading 62 bytes
IN - End reading bytes. Resulting length: 62
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00001101 (13)
IN - Reading Remaining length
IN - RL byte --- 00001010 (10)
IN - Got Remaining length --> 10
IN - Start reading 10 bytes
IN - End reading bytes. Resulting length: 10
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110100 (116)
IN - Reading Remaining length
IN - RL byte --- 00111110 (62)
IN - Got Remaining length --> 62
IN - Start reading 62 bytes
IN - End reading bytes. Resulting length: 62
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01000100 (68)
IN - Reading Remaining length
IN - RL byte --- 01111010 (122)
IN - Got Remaining length --> 122
IN - Start reading 122 bytes
IN - End reading bytes. Resulting length: 122
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00111100 (60)
IN - Reading Remaining length
IN - RL byte --- 00101111 (47)
IN - Got Remaining length --> 47
IN - Start reading 47 bytes
IN - End reading bytes. Resulting length: 47
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101111 (111)
IN - Reading Remaining length
IN - RL byte --- 01010010 (82)
IN - Got Remaining length --> 82
IN - Start reading 82 bytes
IN - End reading bytes. Resulting length: 82
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110101 (117)
IN - Reading Remaining length
IN - RL byte --- 01101110 (110)
IN - Got Remaining length --> 110
IN - Start reading 110 bytes
IN - End reading bytes. Resulting length: 110
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110100 (116)
IN - Reading Remaining length
IN - RL byte --- 01111001 (121)
IN - Got Remaining length --> 121
IN - Start reading 121 bytes
IN - End reading bytes. Resulting length: 121
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100111 (103)
IN - Reading Remaining length
IN - RL byte --- 01100101 (101)
IN - Got Remaining length --> 101
IN - Start reading 101 bytes
OUT - Packet: 5 Qos:2 - SENDING - attempt: 2 --- 00111100 11000010 00000010 00000000 00111011 00101111 01010011 01001111 00101111 01010011 01110101 01110000 01100101 01110010 01010011 01100101 01110010 01110110 01100101 01110010 00101111 01000001 01110011 01111001 01101110 01100011 01010010 01100101 01110001 01110101 01100101 01110011 01110100 01110011 00101111 00110101 00110100 00110010 00110010 00110111 00110111 00110100 00110110 00110000 00111000 00101111 01001011 01010010 01000001 01001011 01001111
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01000010 (66)
IN - Reading Remaining length
IN - RL byte --- 01101111 (111)
IN - Got Remaining length --> 111
IN - Start reading 111 bytes
OUT - Packet: 5 Qos:2 - SENDING - attempt: 3 --- 00111100 11000010 00000010 00000000 00111011 00101111 01010011 01001111 00101111 01010011 01110101 01110000 01100101 01110010 01010011 01100101 01110010 01110110 01100101 01110010 00101111 01000001 01110011 01111001 01101110 01100011 01010010 01100101 01110001 01110101 01100101 01110011 01110100 01110011 00101111 00110101 00110100 00110010 00110010 00110111 00110111 00110100 00110110 00110000 00111000 00101111 01001011 01010010 01000001 01001011 01001111
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100100 (100)
IN - Reading Remaining length
IN - RL byte --- 01111001 (121)
IN - Got Remaining length --> 121
IN - Start reading 121 bytes
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00111110 (62)
IN - Reading Remaining length
IN - RL byte --- 01010000 (80)
IN - Got Remaining length --> 80
IN - Start reading 80 bytes
OUT - Packet: 5 Qos:2 - SENDING - attempt: 4 --- 00111100 11000010 00000010 00000000 00111011 00101111 01010011 01001111 00101111 01010011 01110101 01110000 01100101 01110010 01010011 01100101 01110010 01110110 01100101 01110010 00101111 01000001 01110011 01111001 01101110 01100011 01010010 01100101 01110001 01110101 01100101 01110011 01110100 01110011 00101111 00110101 00110100 00110010 00110010 00110111 00110111 00110100 00110110 00110000 00111000 00101111 01001011 01010010 01000001 01001011 01001111
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00000010 (2)
IN - Reading Remaining length
IN - RL byte --- 00000000 (0)
IN - Got Remaining length --> 0
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00000101 (5)
IN - Reading Remaining length
IN - RL byte --- 01010000 (80)
IN - Got Remaining length --> 80
IN - Start reading 80 bytes
OUT - Packet: 5 Qos:2 - SENDING - attempt: 5 --- 00111100 11000010 00000010 00000000 00111011 00101111 01010011 01001111 00101111 01010011 01110101 01110000 01100101 01110010 01010011 01100101 01110010 01110110 01100101 01110010 00101111 01000001 01110011 01111001 01101110 01100011 01010010 01100101 01110001 01110101 01100101 01110011 01110100 01110011 00101111 00110101 00110100 00110010 00110010 00110111 00110111 00110100 00110110 00110000 00111000 00101111 01001011 01010010 01000001 01001011 01001111
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00000010 (2)
IN - Reading Remaining length
IN - RL byte --- 00000000 (0)
IN - Got Remaining length --> 0
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00000101 (5)
IN - Reading Remaining length
IN - RL byte --- 01010000 (80)
IN - Got Remaining length --> 80
IN - Start reading 80 bytes
OUT - Packet: 5 Qos:2 - SENDING - attempt: 6 --- 00111100 11000010 00000010 00000000 00111011 00101111 01010011 01001111 00101111 01010011 01110101 01110000 01100101 01110010 01010011 01100101 01110010 01110110 01100101 01110010 00101111 01000001 01110011 01111001 01101110 01100011 01010010 01100101 01110001 01110101 01100101 01110011 01110100 01110011 00101111 00110101 00110100 00110010 00110010 00110111 00110111 00110100 00110110 00110000 00111000 00101111 01001011 01010010 01000001 01001011 01001111
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00000010 (2)
IN - Reading Remaining length
IN - RL byte --- 00000000 (0)
IN - Got Remaining length --> 0
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00000101 (5)
IN - Reading Remaining length
IN - RL byte --- 01010000 (80)
IN - Got Remaining length --> 80
IN - Start reading 80 bytes
OUT - Packet: 5 Qos:2 - SENDING - attempt: 7 --- 00111100 11000010 00000010 00000000 00111011 00101111 01010011 01001111 00101111 01010011 01110101 01110000 01100101 01110010 01010011 01100101 01110010 01110110 01100101 01110010 00101111 01000001 01110011 01111001 01101110 01100011 01010010 01100101 01110001 01110101 01100101 01110011 01110100 01110011 00101111 00110101 00110100 00110010 00110010 00110111 00110111 00110100 00110110 00110000 00111000 00101111 01001011 01010010 01000001 01001011 01001111
IN - End reading bytes. Resulting length: 80
IN - Bytes added to incoming messages queue
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100001 (97)
IN - Reading Remaining length
IN - RL byte --- 01101100 (108)
IN - Got Remaining length --> 108
IN - Start reading 108 bytes
IN - End reading bytes. Resulting length: 108
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01101001 (105)
IN - Reading Remaining length
IN - RL byte --- 01110100 (116)
IN - Got Remaining length --> 116
IN - Start reading 116 bytes
IN - End reading bytes. Resulting length: 116
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00110110 (54)
IN - Reading Remaining length
IN - RL byte --- 00101111 (47)
IN - Got Remaining length --> 47
IN - Start reading 47 bytes
IN - End reading bytes. Resulting length: 47
IN - Bytes added to incoming messages queue
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00101111 (47)
IN - Reading Remaining length
IN - RL byte --- 01000101 (69)
IN - Got Remaining length --> 69
IN - Start reading 69 bytes
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01111000 (120)
IN - Reading Remaining length
IN - RL byte --- 01101001 (105)
IN - Got Remaining length --> 105
IN - Start reading 105 bytes
OUT - Packet: 5 Qos:2 - SENDING - attempt: 8 --- 00111100 11000010 00000010 00000000 00111011 00101111 01010011 01001111 00101111 01010011 01110101 01110000 01100101 01110010 01010011 01100101 01110010 01110110 01100101 01110010 00101111 01000001 01110011 01111001 01101110 01100011 01010010 01100101 01110001 01110101 01100101 01110011 01110100 01110011 00101111 00110101 00110100 00110010 00110010 00110111 00110111 00110100 00110110 00110000 00111000 00101111 01001011 01010010 01000001 01001011 01001111
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110100 (116)
IN - Reading Remaining length
IN - RL byte --- 01010100 (84)
IN - Got Remaining length --> 84
IN - Start reading 84 bytes
OUT - Packet: 5 Qos:2 - SENDING - attempt: 9 --- 00111100 11000010 00000010 00000000 00111011 00101111 01010011 01001111 00101111 01010011 01110101 01110000 01100101 01110010 01010011 01100101 01110010 01110110 01100101 01110010 00101111 01000001 01110011 01111001 01101110 01100011 01010010 01100101 01110001 01110101 01100101 01110011 01110100 01110011 00101111 00110101 00110100 00110010 00110010 00110111 00110111 00110100 00110110 00110000 00111000 00101111 01001011 01010010 01000001 01001011 01001111
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01111001 (121)
IN - Reading Remaining length
IN - RL byte --- 01110000 (112)
IN - Got Remaining length --> 112
IN - Start reading 112 bytes
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100101 (101)
IN - Reading Remaining length
IN - RL byte --- 00111110 (62)
OUT - Packet: 5 Qos:2 - PACKET FAILED TO SEND: TODO EVENT -------------
OUT - Packet: 6 Qos:2 - SENDING - attempt: 0 --- 00110101 10010000 00000001 00000000 00101000 00101111 01010011 01001111 00101111 01101111 01101110 01101100 01101001 01101110 01100101 00101111 00110101 00110100 00110010 00110010 00110111 00110111 00110100 00110110 00110000 00111000 00101111 01001011 01010010 01000001 01001011 01001111 01010111 01010011 01001011 01000001 00100000 00110011 00110001 00101111 01001011 01000001 01010011 01001001 01000001 00000000 00000110 01101111 01101110 01101100 01101001
IN - Got Remaining length --> 62
IN - Start reading 62 bytes
IN - Read exception
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01010000 (80)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01010000 (80)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01010000 (80)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
OUT - Packet: 6 Qos:2 - ACKNOWLEDGED
OUT - Packet Qos:0 - SENDING --- 01010000 00000010 00000000 00000001
OUT - Packet Qos:0 - SENDING --- 01010000 00000010 00110000 00110000
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101111 01100001
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101111 01100001
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101001 00111110
OUT - Packet Qos:0 - SENDING --- 01010000 00000010 01101101 01100101
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110101 00111110
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01100011 01101010
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101110 01110100
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101111 01110111
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101111 01100100
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101111 01110111
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110100 01100001
OUT - Packet: 23109 Qos:1 - SENDING - attempt: 0 --- 01100010 00000010 01011010 01000101
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100010 (98)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100010 (98)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100010 (98)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110000 (112)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
OUT - Packet: 23109 Qos:1 - ACKNOWLEDGED
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01100001 01101011
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01010010 01000001
OUT - Packet Qos:0 - SENDING --- 01010000 00000010 01101110 01110011
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01000100 01100101
OUT - Packet Qos:0 - SENDING --- 01010000 00000010 01111000 01101001
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101110 01100001
OUT - Packet Qos:0 - SENDING --- 01010000 00000010 01101110 01101001
OUT - Packet Qos:0 - SENDING --- 01010000 00000010 01100101 01110100
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101001 01100001
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110101 01101110
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01100011 01100101
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110010 01100101
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 00110000 00101100
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110101 01101110
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101100 01100101
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101110 00111110
OUT - Packet: 16672 Qos:1 - SENDING - attempt: 0 --- 01100010 00000010 01000001 00100000
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100010 (98)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100010 (98)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100010 (98)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100010 (98)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110000 (112)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
OUT - Packet: 16672 Qos:1 - ACKNOWLEDGED
OUT - Packet: 27493 Qos:1 - SENDING - attempt: 0 --- 01100010 00000010 01101011 01100101
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110000 (112)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
OUT - Packet: 27493 Qos:1 - ACKNOWLEDGED
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01100001 01100011
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01100001 01010100
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110100 01110101
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110101 01101010
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110111 01101110
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110011 01100001
OUT - Packet Qos:0 - SENDING --- 01010000 00000010 01100110 01101110
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 00111100 00101111
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 00001101 00001010
OUT - Packet Qos:0 - SENDING --- 01010000 00000010 01110100 01100001
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01100111 01110101
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 00111110 00001101
OUT - Packet Qos:0 - SENDING --- 01010000 00000010 01110100 01100001
OUT - Packet: 27765 Qos:1 - SENDING - attempt: 0 --- 01100010 00000010 01101100 01110101
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100010 (98)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100010 (98)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100010 (98)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110000 (112)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
OUT - Packet: 27765 Qos:1 - ACKNOWLEDGED
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110011 01101001
OUT - Packet Qos:0 - SENDING --- 01010000 00000010 01100001 01100111
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 00111110 00110000
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110011 01100001
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110101 00111110
OUT - Packet Qos:0 - SENDING --- 01000000 00000010 00111100 00101111
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 00111110 00110000
OUT - Packet: 24942 Qos:1 - SENDING - attempt: 0 --- 01100010 00000010 01100001 01101110
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100010 (98)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110000 (112)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
OUT - Packet: 24942 Qos:1 - ACKNOWLEDGED
OUT - Packet Qos:0 - SENDING --- 01010000 00000010 01110100 01100001
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01100111 01110101
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 00111110 00001101
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110101 00111110
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101001 00111110
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110101 00111110
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101001 01100011
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01111010 01101110
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110011 01100001
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110101 00111110
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101110 01101111
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101010 01101001
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01100001 01101011
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110011 01100001
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101110 01110100
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101111 01110111
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101111 01100100
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101111 01110111
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110100 01100001
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01100001 01101011
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110010 01000100
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 00001101 00001010
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101001 01100001
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101010 01101001
OUT - Packet: 27765 Qos:1 - SENDING - attempt: 0 --- 01100010 00000010 01101100 01110101
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100010 (98)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110000 (112)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
OUT - Packet: 27765 Qos:1 - ACKNOWLEDGED
OUT - Packet Qos:0 - SENDING --- 01010000 00000010 01110011 01100001
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01111010 01101001
OUT - Packet Qos:0 - SENDING --- 01010000 00000010 00110110 00111100
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101010 01100101
OUT - Packet: 25708 Qos:1 - SENDING - attempt: 0 --- 01100010 00000010 01100100 01101100
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100010 (98)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100010 (98)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110000 (112)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
OUT - Packet: 25708 Qos:1 - ACKNOWLEDGED
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 00110001 00110010
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101101 00111110
OUT - Packet Qos:0 - SENDING --- 01000000 00000010 01101100 01101111
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110101 01101110
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110101 01101110
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101110 01110100
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01100011 00111110
OUT - Packet Qos:0 - SENDING --- 01010000 00000010 01110101 01110100
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01100101 01100110
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101001 01111010
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01010100 01111001
OUT - Packet: 5 Qos:1 - SENDING - attempt: 0 --- 01100010 00000010 00000000 00000101
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100010 (98)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110000 (112)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
OUT - Packet: 5 Qos:1 - ACKNOWLEDGED
OUT - Packet: 5 Qos:1 - SENDING - attempt: 0 --- 01100010 00000010 00000000 00000101
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110000 (112)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
OUT - Packet: 5 Qos:1 - ACKNOWLEDGED
OUT - Packet: 6 Qos:1 - SENDING - attempt: 0 --- 01100010 00000010 00000000 00000110
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01110000 (112)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
OUT - Packet: 6 Qos:1 - ACKNOWLEDGED
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 00000000 00000001
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 00110000 00110000
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101101 01100101
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101110 01110011
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01111000 01101001
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01101110 01101001
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01100101 01110100
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01100110 01101110
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110100 01100001
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110100 01100001
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01100001 01100111
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110100 01100001
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110011 01100001
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 00110110 00111100
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 01110101 01110100
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00110100 (52)
IN - Reading Remaining length
IN - RL byte --- 10010000 (144)
IN - RL byte --- 00000001 (1)
IN - Got Remaining length --> 144
IN - Start reading 144 bytes
IN - End reading bytes. Resulting length: 144
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
OUT - Packet Qos:0 - SENDING --- 01010000 00000010 00000000 00000101
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 00110010 (50)
IN - Reading Remaining length
IN - RL byte --- 10101111 (175)
IN - RL byte --- 00001010 (10)
IN - Got Remaining length --> 1327
IN - Start reading 1327 bytes
IN - End reading bytes. Resulting length: 1327
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
OUT - Packet Qos:0 - SENDING --- 01000000 00000010 00000000 00000110
IN - Incoming data detected -- Getting First Byte
IN - First Byte --- 01100010 (98)
IN - Reading Remaining length
IN - RL byte --- 00000010 (2)
IN - Got Remaining length --> 2
IN - Start reading 2 bytes
IN - End reading bytes. Resulting length: 2
IN - Bytes added to incoming messages queue
CLIENT- Handeling Outgoing Packet ---------------------------
CLIENT- Sending packet to WriterThread ---------------------------
CLIENT- Packet added to queue ---------------------------
OUT - Packet Qos:0 - SENDING --- 01110000 00000010 00000000 00000101
KEEP ALIVE - No activity within the given interval. Requesting Ping to keep connection alive.

What could be the root cause of this problem?
I tried a connection with and without the SSL but the behaviour is the same.
The application which received the traffic works with the Administrator priviliges.
As I said earlier - this problem occurs on some PCs (not all).

The outcome of this is that the client does not receive any MQTT packets.
It can only connect and populate the content of the LastWill when the connection is being established.

Has anyone any advice? What else I can check or change ?

Thanks in advance
Kind regards
Arek