Sergei Vizel

Results 4 issues of Sergei Vizel

https://github.com/substack/dnode-protocol/blob/master/index.js#L79

app.js ```js var client = require('emitter-io').connect({ host: '127.0.0.1', username: 'emitter-io' }); const key = ''; const channel = 'demo'; if (process.argv.includes('--pub')) { client.publish({ key, channel, message: 'hello, emitter! ' +...

bug

### Expected behavior Copying data to volume must work. ### Actual behavior Copying data to volume just froze the stack and only restart helps. ### Information - Same workflow fully...