uklance / tapestry-cometd

A push library for Tapestry5 based on CometD
17 stars 3 forks source link

TopicMatchers - Thread safety #48

Closed uklance closed 12 years ago

uklance commented 12 years ago

Fix TopicMatchers to be thread-safe using one of the answers here: http://stackoverflow.com/questions/12195814/concurrent-map-of-sets-removing-the-set-when-empty

Include an equivalent test case too