Skip to content

Fix .on()/.once() fix, Fix Group Cluster GC

Compare
Choose a tag to compare
@SGrondin SGrondin released this 24 Mar 18:00
· 209 commits to master since this release
  • Fixed .on() and .once() not returning the object itself, which broke "chaining" and compatibility with Node's own events. Fixes #59 , thanks @bkw for the bug report
  • Fixed key reuse for Groups when using Clustering. Fixes #57 , thanks @TheGame2500 for the bug report