ineffective/wrong check (global_value.check_websocket_if_connect) as default value seems to be None. and "None" is not equal to "0". check websocket via "1" to return True else False. better and correct approach.
the previous check results in multiple websockets connections as the global_value.check_websocket_if_connect seems to be wrongly used. thanks
ineffective/wrong check (global_value.check_websocket_if_connect) as default value seems to be None. and "None" is not equal to "0". check websocket via "1" to return True else False. better and correct approach.
the previous check results in multiple websockets connections as the global_value.check_websocket_if_connect seems to be wrongly used. thanks