Alan Trope

Results 44 comments of Alan Trope

@amondnet you should also update and test Android SDK to 6.2, you only updated iOS

It is also happening with me. Started in the last version and only iOS12+ in Background. Anyone have a fix?

No one knows about this problem? It just happens when using modelsManager or Model::find and derivatives Thanks Alan

Hello @stamster I'm using Memcached for Sessions + cache db data also. I've already tried using prefix and only one memcached instance, but in the end it had the same...

@stamster, I've modified for this: ``` $di->setShared('modelsCache', function () use ($config) { //Cache data for one day by default $frontCache = new \Phalcon\Cache\Frontend\Data(array( "lifetime" => 600 )); $cache = new...

I've went ahead and done that restarted both memcached and the same thing :/

@stamster I use phpMemcachedAdmin to check the keys, They are stored right in both servers (checked it). The problem is when reading something already stored it failsback to the one...

@stamster Great! Let me know if you need any input/data or anything that i can test here! Thank you! Alan

@stamster Hello, were you able to set up this enviroment? Thanks Alan