voltrb / volt

A Ruby web framework where your Ruby runs on both server and client
MIT License
3.22k stars 196 forks source link

model.destroy causes message bus error #329

Open balmoral opened 9 years ago

balmoral commented 9 years ago

When an app calls model.destroy on a model in store, a message bus error occurs if volt console is running. The error does not occur if NO_MESSAGE_BUS=true and/or there is no concurrent volt process.