WebRcon icon indicating copy to clipboard operation
WebRcon copied to clipboard

Rust, Some RCON messages are not being returned.

Open ShadowofReason opened this issue 4 years ago • 0 comments

Example:

rcon.on('connect', function() {
    rcon.run('echo hello world!', -1)
})
rcon.on('message', function(msg) {
    console.log('MESSAGE:', msg)
})

Somehow capturing chat is fine.


Expected: JSON with "hello world" in msg.Message Actual result: Lost in space

ShadowofReason avatar Oct 14 '20 21:10 ShadowofReason