ccutrer / openhab-jrubyscripting

JRuby Libraries for Openhab
Eclipse Public License 2.0
1 stars 1 forks source link

don't re-look up items for every method call in Items::Proxy #87

Closed ccutrer closed 1 year ago

ccutrer commented 1 year ago

instead use a registry listener to invalidate/revalidate existing instances as items come and go.

jimtng commented 1 year ago

This would be awesome