# File lib/amqp/server.rb, line 5
    def post_init
      @buf = ''
      @channels = {}
      @started = false
    end