Skip to content

v1.0.1

Choose a tag to compare

@vardius vardius released this 12 Aug 22:09
· 37 commits to master since this release
3c1740f

Delegate function is now blocking due to the issue where the goroutine won't run at all since delegate function has not other command to run after the goroutine has started.

Now you have to run Delegate function in a goroutine by yourself to avoid blocking.