RCTORONTO

Results 25 comments of RCTORONTO

$query_pri = ['connectId' => uniqid('', true),'privateChannel'=>true,'response'=>true]; was needed, wasn't obvious because there's no example demonstrating privateChannel subscription

Our application uses the remark to store information about that orders previous one - to know if it's reciprocal or a new one, not including that one little tidbit of...

alright, we'll sort it by a separate call to get order by clientOid... thanks for the reply

did you try restricting your size amount to three or four places to see if that works?

``` import subprocess import time import logging logging.basicConfig(filename='/var/log/my_script.log', level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s') def main(): scripts = [("/opt/renogy-bt/renogybt.py",["config_3500winvchg.ini"]),( "/opt/renogy-bt/renogybt.py",["config_dcdcboost.ini"]),("/opt/renogy-bt/renogybt.py",["config_12vsmartbatt.ini"])] while True: time.sleep(10) # Optional: Add a delay between loop...