1
0
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:
Javi Fontan 2010-09-02 18:19:43 +02:00
parent 705b5ed565
commit 76d7eeb4c0

View File

@ -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])