Skip to content

v2.2.5

Compare
Choose a tag to compare
@Reasno Reasno released this 17 Mar 05:12
· 21 commits to master since this release
3370649

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.