Skip to content

0.9.10

Compare
Choose a tag to compare
@endel endel released this 14 Feb 16:45
· 189 commits to master since this release
7ad9f37
  • returns listener on eventemitter's on function.

Allows to do this:

local listener = room:on("message", function()
  -- ...
end)

room:off("message", listener)