join()
Join with the server thread
# File lib/gserver.rb, line 139 def join @tcpServerThread.join if @tcpServerThread end