blackstar-baba
00b5d36e0b
fix bug: Under high concurrency, Mqtt client nextMessageId exceeds the 0xffff limit ( #2564 )
...
The compareAndSet method and getAndIncrement method of the AtomicInteger class are atomic, but when these two methods are used at the same time, they are no longer atomic.
2020-04-01 09:39:51 +03:00
Igor Kulikov
850d6d948c
Update License header year to 2020
2020-01-06 16:52:41 +02:00
Igor Kulikov
1265a9a1e3
Revert "Update License header year to 2020"
...
This reverts commit 9b42397c4a820688daf07117cb7efefa3f387f46.
2020-01-06 16:48:55 +02:00
Igor Kulikov
9b42397c4a
Update License header year to 2020
2020-01-06 16:41:04 +02:00
Andrew Shvayka
3b52f9817d
MessageId to PacketId refactoring
2019-03-25 18:00:39 +02:00
Igor Kulikov
ced63c4e70
Update License Header year to 2019
2019-02-01 16:39:33 +02:00
Valerii Sosliuk
5aced98ce3
Fix NPE in Netty-mqtt client ( #1398 )
...
* Fix NPE in netty-mqtt client on puback
* Fix gateway mqtt extension configuration - filter is not required
2019-01-16 17:17:50 +02:00
Andrew Shvayka
f5bd9a2133
Issue #1327 fixed
2018-12-27 13:12:59 +02:00
Igor Kulikov
b40a135a7e
Fix NPE in MqttClient
2018-11-13 11:50:45 +02:00
Chi Joung So
44a1fa2911
ReconnectDelay and MaxBytesInMessage configurable
2018-08-23 10:02:28 +02:00
Igor Kulikov
309598c2ac
subscribtion -> subscription typo fix.
2018-06-04 11:22:14 +03:00
Igor Kulikov
17adf8bd8b
Improved MQTT client and added default handler to handle reconnect subscriptions
2018-06-04 11:06:42 +03:00
Igor Kulikov
0ea799d8e3
Add Netty MQTT Client module.
2018-05-14 11:20:24 +03:00