Ralph Shillington

Results 6 comments of Ralph Shillington

I stumbled across this issue and all I can add is that with version 4.1.0.247 I have no problem subscribing to a topic such as: `$share/group/topic` I tested this against...

I have confirmed this does work with the ManagedMqttClient (using HiveMQ as the broker)

Any chance of getting the PR merged?

Given the following snippet: ``` abstract class Verb { public abstract void Run(); } [Verb("inspect")] class InspectVerb : Verb { } [Verb("run")] class RunVerb : Verb { RunVerb(IDoSomething doSomething) {...

@mbdavid What I was struggling with is the expression within C#. Also if I were to try: ``` SELECT $ FROM person WHERE $.cards[*].number ANY = 4 and $.cards[*].active ANY...

@mbdavid as per my previous comment I'm now quite certain that if a person has a card object in the cards array with a number of 4 and some other...