This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lib/blather/client/client.rb b/lib/blather/client/client.rb | |
index 6c7fe4e..9e8350b 100644 | |
--- a/lib/blather/client/client.rb | |
+++ b/lib/blather/client/client.rb | |
@@ -184,11 +184,7 @@ module Blather | |
# @private | |
def receive_data(stanza) | |
- if handler_queue | |
- handler_queue << stanza |
OlderNewer