meysamrt
meysamrt
I got the same error and solved it by changing this line of code in mtprotoproxy.py line 144 change this: `conf_dict.setdefault("PREFER_IPV6", soket.has_ipv6)` to this: `conf_dict.setdefault("PREFER_IPV6", False)` and restart the container:...
I will try to write the related tests.
Do you want the old events to remain in their previous places and should I add new events beside them?
I made the code changes. How should I mark old events and functions as deprecated?
Please let me know if there are any changes needed.
State Transitions and Events Description Based On Diagram. OFF -> ACTIVE WAITING Event: trackUserLocationStart ACTIVE WAITING -> OFF ACTIVE ERROR -> OFF BACKGROUND ERROR -> OFF ACTIVE LOCK -> OFF...
I was struggling with documentation changes due to personal issues, so I didn't have time to work on it. Thank you for completing this PR.