lib/runtime.rb in factor-0.5.07 vs lib/runtime.rb in factor-0.5.08
- old
+ new
@@ -109,10 +109,10 @@
action_id = service_map.last
service_key = service_map[0..-2].map{|k| k.to_sym}
ws = @connectors[service_key].action(action_id)
- handle_on_open(service_id, action_id, 'Action', ws, params)
+ handle_on_open(service_ref, 'Action', ws, params)
ws.on :error do
error 'Connection dropped while calling action'
end