in reply to Re^2: IO::Socket::SSL & Net::Websocket::Server Question
in thread IO::Socket::SSL & Net::Websocket::Server Question

Symbol::gensym() which is used here just uses a global counter to make sure to never create the same symbol twice. So even if the previous symbols are no longer valid it will not reset the counter. No need to worry.
  • Comment on Re^3: IO::Socket::SSL & Net::Websocket::Server Question