You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you using shotgun to reload apps in development? Due to the way shotgun works (forks child process, kill immediately after request), events will not be published. In fact no Eventmachine callbacks will be run. This includes setups with Rails and/or Sinatra. This doesn't affect any production behavior, only development. Other reloaders for Rack/Sinatra apps exist that do not have this problem. This does not affect publish, only publish_async.