Releases: hyperf/gotask
Releases · hyperf/gotask
Release v3.0.1
Release v3.0.0
Release v3.0.0-alpha
v2.2.10
v2.2.9
v2.2.8
v2.2.7
v2.2.6
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.