You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.no_packet_loss=no_packet_loss# When enabled, query the clouddata log regularly for missed requests and reconnect after every single request (reduces packet loss a lot, but is spammy and can make response duration longer)
74
74
self.used_cloud_vars=used_cloud_vars
75
75
self.respond_order=respond_order
76
+
self.debug=debug
76
77
77
78
# Lists and dicts for saving request-related stuff
78
79
self.request_parts= {} # Dict (key: request_id) for saving the parts of the requests not fully received yet
0 commit comments