fkchang / opal-hot-reloader

Hot code reloading for Opal apps, includes React.rb support
MIT License
17 stars 8 forks source link

Create opal_hot_reloader.rb #14

Closed catmando closed 7 years ago

catmando commented 7 years ago

Rails actioncable is reset when code on the server changes. This means that hot-reloader needs to notifiy hyperloop to reset the connection when it detects a code change, otherwise the connection is never restored.