Skip to content

Fix for dropped notifications

Compare
Choose a tag to compare
@edamov edamov released this 25 Mar 22:28
· 93 commits to master since this release
2cb5c2a
  • Fix dropped notifications issue

Use curl_multi_select() to block on active curl handles
Wait 1 millisecond if select() returns -1 while exec is running
Break apart loops for readability

  • Set minimum required PHP version equal to 7.1

  • Migrate to web-token/jwt-framework

  • Remove custom docker image from CI build process