Hylke van der Schaaf

Results 24 issues of Hylke van der Schaaf

- Using the scrollwheel on an axis zooms that axis. - Dragging on an axis pans that axis. Works for single plots, plots with multiple axis in the same plot...

When using the scroll-wheel to zoom on an XYPlot with sub-plots, the reference that the anchor was compared to was set to the entire plot, not the sub-plot. This made...

We have trouble getting data out of the Bridge. Here is our workflow: 1. Create Client 2. Set subscription 3. request records (empty response because it's the first request) 4....

This draft PR adds a timeout to disconnected Sessions.

In #658 we noticed that the code has some odd uses of the English language: - `notRetained` should be `nonRetained` (the spec also uses non-retained) - `MQTTConnection.bindedSession` shoud be `boundSession`...

discussion

- Sort CNode.children by token - made Token comparable - made CNode.token final - Changed all searches to use Collections.binarySearch() - Changed inserts to respect sorting order

The [spec](https://docs.oasis-open.org/mqtt/mqtt/v3.1.1/errata01/os/mqtt-v3.1.1-errata01-os-complete.html#_Toc442180880) states: > If a Server receives a SUBSCRIBE Packet containing a Topic Filter that is identical to an existing Subscription’s Topic Filter then it MUST completely replace that...

When a session is cleaned up, active subscriptions are not removed from the `CTrieSubscriptionDirectory` repository. This is a memory leak and causes unnecessary processing when the broker tries to send...

Testing the latest master with my stress test app (many clients, connects, disconnects, etc...), I run into some exceptions. As soon as the store opens a new page file this...

When sessions are destroyed, the queue used by the session is emptied, but not removed from the queue store.

bug