Hi, using GServer if I close the Thread into “server” method:
def serve(io)
Thread.exit
end
will be the ‘io’ socket be also terminated? or will be remain in memory?
Thanks.
Hi, using GServer if I close the Thread into “server” method:
def serve(io)
Thread.exit
end
will be the ‘io’ socket be also terminated? or will be remain in memory?
Thanks.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs