chrisdinn / brando

A Redis client written with Akka's IO package
Other
107 stars 24 forks source link

Fixed thread safe issues caused by use of ActorContext #19

Closed damienlevin closed 11 years ago

damienlevin commented 11 years ago

"ActorContext is not thread-safe and shouldn't escape to other threads" . Viktor Klang

chrisdinn commented 11 years ago

Great catch.