Louis F
Louis F
`error: Need type annotation for "redis_cluster" [var-annotated]` Code: ```c++ async with (RedisMap(self.conf_redis["host"], self.conf_redis["port"], use_async=True) as redis_map, RedisCluster(host=self.conf_redis_cluster["host"], port=self.conf_redis_cluster["port"], socket_timeout=REDIS_TIMEOUT, decode_responses=True) as redis_cluster, NetatmoClientAsync() as netatmo_client): await self.order_manager.run(url, redis_map, redis_cluster, netatmo_client)...
Version of cppzmq : 4.10.0 Compiler version : 9.4.0 C++ version : 17 I mainly use std::string_view to handle string into my functions and I would like to be able...