Namoshek

Results 36 comments of Namoshek

I haven't used this myself, but you could use two relationships and an accessor which provides combined data. You could also use a query scope for convenience, if you want...

I've no answer to your actual question, but I doubt using cloud storage will yield good performance with a search index which is used frequently. Only when you utilize the...

For whoever comes across this issue: yes, it is possible. The package simply loads the default configuration and adds it to the `scout.tntsearch` configuration array, as can be found in...

Thanks for the quotes, they are quite helpful! > One thing that needs to be factored in while making this decision is the MQTT v5.0 feature called "Subscription IDs", it...

What type of broker are you using? I suspect that you are using Home Assistant with the Mosquitto plugin, which apparently seems to behave strangely as already discussed in #105....

I've been trying to setup a Home Assistant instance for some tests, but I'm unable due to a lack of time and hardware. I'm still convinced it is a configuration...

MQTT is asynchronous by design, although it requires the consumer to have subscribed before the produced publishes its message(s). Compare it to television where the consumer selects the channel before...

I'm not familiar with the Yii framework and how its logger works. For some basic testing, you can use the [`SimpleLogger`](https://github.com/php-mqtt/client-examples/blob/1858fda6cb82def7c111ebdd326022e48653990f/shared/SimpleLogger.php) as it is used in the examples. It uses...

Which broker are you using and have you verified it accepts messages larger than 64kb?

This is strange, because there is actually a test for messages with a size up to 2MB (see [here](https://github.com/php-mqtt/client/issues/104#issuecomment-1138832299)).