Skip to content

v1.0.3

Compare
Choose a tag to compare
@michael-slx michael-slx released this 21 Oct 12:34
· 189 commits to release since this release
  • Fix broadcast activation failing after some time
    After an irregular timespan (usually hours to days) broadcast activation would silently fail. This was due to the polling and broadcast activation happening at the same time. The WLL however is unable to cope with multiple simultaneous HTTP requests.
    This was resolved by implementing a centralized scheduler to avoid multiple tasks being executed simultaneously.

  • Switch all driver threads to "daemon mode"