Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@seki
Created December 12, 2017 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seki/ae8bef20238c37c94a91b5461c4bfbdd to your computer and use it in GitHub Desktop.
Save seki/ae8bef20238c37c94a91b5461c4bfbdd to your computer and use it in GitHub Desktop.
eleven:ruby mas$ svn diff lib/drb/drb.rb
Index: lib/drb/drb.rb
===================================================================
--- lib/drb/drb.rb (revision 61162)
+++ lib/drb/drb.rb (working copy)
@@ -1673,6 +1673,7 @@
client.close unless succ
if Thread.current['DRb']['stop_service']
Thread.new { stop_service }
+ break
end
break unless succ
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment