stop()
Stop the server
# File lib/gserver.rb, line 115 def stop @connectionsMutex.synchronize { if @tcpServerThread @tcpServerThread.raise "stop" end } end