about summary refs log tree commit homepage
path: root/lib/rainbows/rev/client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/rev/client.rb')
-rw-r--r--lib/rainbows/rev/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/rev/client.rb b/lib/rainbows/rev/client.rb
index e450d09..b7c1c78 100644
--- a/lib/rainbows/rev/client.rb
+++ b/lib/rainbows/rev/client.rb
@@ -30,7 +30,7 @@ module Rainbows
             case rv = @_io.kgio_trywrite(buf)
             when nil
               return enable_write_watcher
-            when Kgio::WaitWritable
+            when :wait_writable
               break # fall through to super(buf)
             when String
               buf = rv # retry, skb could grow or been drained