Method: Rex::IO::StreamServer#wait
- Defined in:
- lib/rex/io/stream_server.rb
#wait ⇒ Object
This method waits on the server listener thread
105 106 107 |
# File 'lib/rex/io/stream_server.rb', line 105 def wait listener_thread.join if listener_thread end |