You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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');
});
The text was updated successfully, but these errors were encountered:
When using vantage in standalone mode, the listen callback does not fire until I connect to it with the command line client.
The text was updated successfully, but these errors were encountered: