Skip to content

Commit

Permalink
Merge 97a7f3b into ee4c136
Browse files Browse the repository at this point in the history
  • Loading branch information
iamajvillalobos committed Apr 19, 2018
2 parents ee4c136 + 97a7f3b commit b8950f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/message_bus/client.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'excon'
require 'json'
require 'securerandom'

require 'message_bus/client/version'
require 'message_bus/client/configuration'
Expand Down
2 changes: 1 addition & 1 deletion lib/message_bus/client/message_handler.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module MessageBus::Client::MessageHandler
SubscribedChannel = Struct.new(:callbacks, :last_id) do
def initialize(last_id = -1)
def initialize(last_id = 0)
self.callbacks = []
self.last_id = last_id
end
Expand Down

0 comments on commit b8950f3

Please sign in to comment.