mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-17 02:03:40 +03:00
XMLRPC client creates new connections per call
This commit is contained in:
parent
705b5ed565
commit
76d7eeb4c0
@ -112,7 +112,7 @@ module OpenNebula
|
||||
end
|
||||
|
||||
begin
|
||||
response = @server.call("one."+action, @one_auth, *args)
|
||||
response = @server.call_async("one."+action, @one_auth, *args)
|
||||
|
||||
if response[0] == false
|
||||
Error.new(response[1])
|
||||
|
Loading…
x
Reference in New Issue
Block a user