Sergey Matvienko
|
a1c226ae17
|
@ResourceLock("port8885") added for MQTT test with server on port 8885
|
2024-04-30 22:40:45 +02:00 |
|
Oleksandra Matviienko
|
f83ffa0990
|
removed unused classpath suite
Signed-off-by: Oleksandra Matviienko <al.zzzeebra@gmail.com>
|
2024-04-30 22:02:13 +02:00 |
|
Oleksandra Matviienko
|
1e581ffea4
|
JUnit5 migration in netty-mqtt. Junit-platform.properties and logback-test.xml where added to java resource directory.
Signed-off-by: Oleksandra Matviienko <al.zzzeebra@gmail.com>
|
2024-04-30 21:41:09 +02:00 |
|
Andrii Shvaika
|
f0a9948cda
|
Merge branch 'hotfix/3.6.2'
|
2024-02-06 19:21:57 +02:00 |
|
Sergey Matvienko
|
89713558cf
|
MqttClient use Promise<V> extends Future<V> to have full async capabilities provided by Netty (addListener, etc)
|
2024-01-28 21:02:38 +01:00 |
|
Igor Kulikov
|
c5a72ed8df
|
Update license header to 2024 year.
|
2024-01-09 10:46:16 +02:00 |
|
Sergey Matvienko
|
ed6614af71
|
MqttClientConfig - ownerId added for exceptions logging purposes. MqttChannelHandler - improved logging
|
2023-07-27 20:59:58 +02:00 |
|
Sergey Matvienko
|
7e27c5b683
|
mqtt-client: messages processing moved from netty event loop pool and to the handlerExecutor to make netty handlers non-blocking
|
2023-07-26 12:10:06 +02:00 |
|
dlandiak
|
cf9159db26
|
mqtt integration test improved
|
2023-03-02 15:46:50 +02:00 |
|
Igor Kulikov
|
cbdc4517e4
|
Update license header year to 2023
|
2023-01-31 10:43:56 +02:00 |
|
Dima Landiak
|
60ee2bb6ea
|
netty tests - added custom mqtt server and test with keepalive logic
|
2022-08-01 14:57:16 +03:00 |
|
Dima Landiak
|
d6244a8422
|
netty client - added channel reader idle state handling, fixed ping/pong keepalive logic
|
2022-07-12 12:33:16 +03:00 |
|