Emanuele De Donatis

Results 4 comments of Emanuele De Donatis

I know GET should not have request body, but I need to fetch data from a site implemented in this way :( I'm unable to send body with Fuel v2.3.1...

Hi @anthonykirby, you are right: the `DevEUI` is not used to build the packet in case `mtype` is not a `JOIN_REQ`. But in my use case, I have a shared...

no, this is my config: ``` listener 8883 persistence true persistence_location /mosquitto/data/ allow_anonymous false password_file /etc/mosquitto/passwd keyfile /opt/ssl/server.key certfile /opt/ssl/server.crt cafile /opt/ssl/ca.crt log_type all ``` I didn't mention that obviously...

Well, actually if I don't declare `max_keepalive` in the broker config I suppose that I'm allowing any keepalive value and it was indeed the behaviour of mosquitto < 2.0.12. In...