dthree / dthree/vantage

Listen callback does not fire until first connection

Open
#53 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
3.4k
Forks
108
PR merge metrics
No merged PRs in 30d

Description

When using vantage in standalone mode, the listen callback does not fire until I connect to it with the command line client.

```
var Vantage = require('vantage');
var vantageServer = new Vantage();

vantageServer
.delimiter('$')
.listen(2001, function() {
console.log('Started vantage server at http://localhost:2001');
});
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.