Aaron Lee
Aaron Lee
I have a Sunburst where each node has multiple values associated with it (e.g. packets, bytes, leaves). The goal is to be able to tween between different sized arcs for...
Hi there, Just trying out the v5 client for the first time. Ran into a stack overflow bug almost immediately. It's on line 525 of MqttClient: ``` public IMqttToken subscribe(String[]...
Hello there! Using the Hive Java API (both v3 and v5) to connect to brokers where I don't control the topic space, occasionally I receive messages that are published to...
Hi there... I believe this has been the case for many years. The CDN location snippet provided on the JavaScript client page (https://www.eclipse.org/paho/clients/js/) is given as: `` This version is...
Make samples work for either 5.0 or 3.1.1. They use different classes, methods though, so is not as trivial as repointing JARs.
@TamimiGitHub could probably use your help here..? @solace-dmckay dug up the old SolCache JS sample that used to be included with the old (pre-Guaranteed-messaging?) API. I've pushed it into a...
Hi there. My Chrome browser is complaining about the following: > Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform A page or script is accessing at least one of navigator.userAgent, navigator.appVersion,...
As mentioned in Jira, this adds some text/code in the SecureSession sample to indicate how to load an in-memory truststore. Cannot add a working example to the code as this...
### Bug Description I thought this was fixed a while ago? For request-reply samples, don't include name on last level (don't prompt for it either), and replier doesn't need to...
### Feature Description 10_5 doesn't change much, but biggest thing is message.getAttachement() is a Uint8Array instead of latin1 encoded string. ### Use Case Because it's newer and better. ### Proposed...