compat fix for 1.8.6, there are probably many more bugs like this
git-svn-id: file:///home/svn/framework3/trunk@9281 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
fc793f3cfc
commit
c0494dcbc0
|
@ -71,7 +71,7 @@ module PacketDispatcher
|
||||||
response = send_packet_wait_response(packet, t)
|
response = send_packet_wait_response(packet, t)
|
||||||
|
|
||||||
if (response == nil)
|
if (response == nil)
|
||||||
raise TimeoutError
|
raise TimeoutError.new("Send timed out")
|
||||||
elsif (response.result != 0)
|
elsif (response.result != 0)
|
||||||
e = RequestError.new(packet.method, response.result)
|
e = RequestError.new(packet.method, response.result)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue