Skip to content

Commit

Permalink
Task reporting now uses Message#uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Alonso committed Feb 20, 2013
1 parent 8f6812e commit 38b21cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/actor.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ def set_fiber
def process(msg) def process(msg)
message = read_message(msg) message = read_message(msg)
play message play message

Cucub::VM.instance.reporting.task_done(message.uuid)
# TODO use msg.uuid instead
Cucub::VM.instance.reporting.task_done(msg.serialize)
end end


def read_message(message) def read_message(message)
Expand Down

0 comments on commit 38b21cc

Please sign in to comment.