@ -407,8 +407,9 @@ class UPLOAD:
run_no_client()
def t1(self):
run_with_client(self.client)
# run_with_client(self.client)
while (1):
self.client.publish('demo', 'test',qos=0)
if __name__ == '__main__':
up = UPLOAD()