v2.2.5
Previously gotask use /tmp
directory as the default socket address. Some users have experienced frustration due to file permission issues. The following change has been made to alleviate the pain:
- When using Hyperf framework, move the default socket address to the Hyperf's runtime directory.
- Check file permissions before creating the socket.