Listen callback does not fire until first connection
Open
- 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.