ruby-ldap / ruby-net-ldap

Pure Ruby LDAP library
https://rubygems.org/gems/net-ldap
Other
399 stars 253 forks source link

undefined method `write' for nil:NilClass #382

Closed gupta-kanika-dev closed 4 years ago

gupta-kanika-dev commented 4 years ago

net-ldap version: 0.16.0 Problem: While doing socket.write at https://github.com/ruby-ldap/ruby-net-ldap/blob/release-0.16.0/lib/net/ldap/connection.rb#L261 fails with exception: "undefined method `write' for nil:NilClass"

Looking at the error, it seems that socket from https://github.com/ruby-ldap/ruby-net-ldap/blob/release-0.16.0/lib/net/ldap/connection.rb#L688 is coming as nil.

HarlemSquirrel commented 4 years ago

Fixed by #383