# File lib/em-websocket/websocket.rb, line 48
    def self.stop
      puts "Terminating WebSocket Server"
      EM.stop
    end