Close the server and the socket below it

Property definitions

websocket $ WebsocketServer :: close
	# Close the server and the socket below it
	fun close
	do
		listener.close
		closed = true
	end
lib/websocket/websocket.nit:55,2--60,4