ruby-hyperloop / hyper-mesh

The project has moved to Hyperstack!! - Synchronization of active record models across multiple clients using Pusher, ActionCable, or Polling
https://hyperstack.org/
MIT License
22 stars 12 forks source link

can ServerOp.remote be automatically called from run #108

Open catmando opened 6 years ago

catmando commented 6 years ago

See HyperMesh broadcast.rb for an example of where the same pattern of checking whether we are on the console or not, and then deciding to either run or call remote.

Why can't this just be builtin to run?