Do not start thread when require 'drb/drb' only

This commit is contained in:
Kazuhiro NISHIYAMA 2019-12-05 23:56:14 +09:00
parent 6477d98e49
commit 173b864668
No known key found for this signature in database
GPG Key ID: 262ED8DBB4222F7A

View File

@ -1285,7 +1285,7 @@ module DRb
end
end
end
@pool_proxy = make_pool
@pool_proxy = nil
def self.stop_pool
@pool_proxy&.kill