# File ruby/bstream.rb, line 1086
        def shutdown
          dputs "BinServer: shutdown broadcast arrived."
          @shutdown_flag = true
          @message_server.shutdown
          dputs "BinServer: shutdown completed."
        end