Skip to content

Commit

Permalink
Correct _receive method signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmallard committed Dec 13, 2019
1 parent 6f5514d commit 09733a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/connection_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

#POG:
class Stomp::Connection
def _receive( s, connread = false )
def _receive( s, connread = false, niocheck = false )
end
end

Expand Down

0 comments on commit 09733a4

Please sign in to comment.