Dani SG
Dani SG
Thank you for your answer and for the time it will have taken. First of all, Picoweb is an awesome project, and I would be struggling with myself without it....
Some conflicts have appeared since the time I made this PR. I just updated the branch.
Thanks Simran. That's weird, because using ArangoDB from a Docker container, `DOCUMENT("")` returns `null`. And actually, it makes sense to me. Why trying to recover a document with an empty...
Taking a really quick look at the code for the `DOCUMENT()` function, I still think that the error shouldn't be raised when using and empty string as the document ID....
I just tried to reproduce this error using a deployment in ArangoDB Oasis. The version used was 3.8.6, and I used all the possible configurations for the deployment. First, I...
Is there any news on this? The issue is tagged as a question, but I think this behavior is a bug.
Not the least idea. I'm sorry, I only tested it with an ESP32 a long time ago and I actually never used it in a real application. Maybe someone else...
Hey, I'm sorry for the late reply. Again, no idea. I used a ESP32 development board, I don't remember which one... something like this, I think.  I never fully...
Description updated. Based on my tests (and the connector documentation), only one topic is allowed as only one MQTT subscription is being created.
I've seen that in https://github.com/openfaas/mqtt-connector/blob/d6f8f43c072e7d3276b8ec36bad08900565816b8/main.go#L93-L95 a default publish handler is being used, so all messages in all topics are being received. As far as I can see, it makes both...