Skip to content

application.setConfig is not a function #32

@thanhdat21293

Description

@thanhdat21293

Run

'use strict';
const Arrow = require('arrowjs');
const arrowZmq = require('arrow-zeromq');

const application = new Arrow();
application.setConfig("port","3333");
application.addPlugin(arrowZmq());
application.start();

Error

TypeError: application.setConfig is not a function

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions