Steve Hamblett
Steve Hamblett
I'm going to need a log if you want me to look at this.
Yes there seems to be a bug with setting the option in the subscription, I'll look at this, however the default is to sendRetain so it should still work. What...
Fixed the subscription options bug, package re published at version 3.2.1
Try your received_retained_message test code against Hives broker at broker.hivemq.com, I'm finding the tests reverse i.e. with waiting is OK now and without waiting fails, although I have changed your...
In theory shouldn't you wait until you have at least received the subscribe ack before you expect the retained message? Until you have received that you don't know if the...
Setting the port to 443 should be OK but you can't use https if that is what you are trying to do, the scheme has to be http, this test...
To use https you normally have to use TLS and [secure sockets](https://api.dart.dev/stable/2.12.4/dart-io/SecureSocket-class.html). Ethereum doesn't have a secure sockets adapter this is why https is disallowed, you can't use any url...
I don't know what infura is but as stated above this package does not support secure sockets so TLS working on port 443 will not work.
Yes, correct well spotted, I'll fix this.
Updated, package re released at version 3.3.1