Skip to content

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 11 May 21:06
· 682 commits to master since this release
v1.2.1
2840dbb

Changelog for 1.2.1

The following sections list the changes for 1.2.1.

Summary

  • Fix #70: Fix go routine errors within server metrics

Details

  • Bugfix #70: Fix go routine errors within server metrics

    We fixed a go routines issue within the new server metrics. We just got rid of the routines to
    avoid any errors related to sending to closed channels.

    #70