Open
Description
We're using version 0.12.1, which should support the time:
arg in the search
method. However, in testing with a network simulator proxy I can't get this argument to actually timeout and abort the search.
Example:
Net::LDAP.new(<options>).search(base: 'cn=foo,dc=example,dc=com', filter: 'my_filter', time: 10)
I would expect the above query to time out after 10 seconds but it actually goes indefinitely. Is this a bug or am I misunderstand usage?