katcipis / luanotify

Luanotify is a Lua package providing tools for implementing observer programming pattern
http://wiki.github.com/katcipis/luanotify
GNU Lesser General Public License v3.0
20 stars 4 forks source link

Multiple connection of the same handler #1

Closed katcipis closed 14 years ago

katcipis commented 14 years ago

What happens if we connect the same handler multiple times ?

katcipis commented 14 years ago

happens nothing...it gots connected only one time ;)