digital-fabric / polyphony

Fine-grained concurrency for Ruby
https://www.rubydoc.info/gems/polyphony
MIT License
658 stars 17 forks source link

Reference Socket::ZERO_LINGER constant #106

Closed floriandejonckheere closed 1 year ago

floriandejonckheere commented 1 year ago

The ZERO_LINGER constant was referenced incorrectly in the base class, leading subclasses like TCPSocket to raise uninitialized constant TCPSocket::ZERO_LINGER.