Rubi

Results 64 comments of Rubi

i wonder, why this works : ```js io.on('connection', function (socket) { console.log("incoming") socket.on('test', function (data) { console.log(data); }); }); ``` but not in Go version : ```go // OnConnect part...

i use https://github.com/socketio/socket.io-client-java the code : ```java IO.Options opts = new IO.Options(); opts.reconnection = true; opts.reconnectionDelay = 5000; opts.reconnectionDelayMax = 999999999; ioSocket = IO.socket("http://192.168.8.101:42474"); ioSocket.emit("test", "hello".getBytes()) ```

what is this ? :confused:

i'm done, ((`unsubscribe`))

Powershell +1

Anyway @alajmo , Is it possible to replace os-spesific command with this library [melbahja/goph](https://github.com/melbahja/goph)

Sorry for my negligence, I was seen this function and I'm thinking, why is using user's `ssh` command, why not using something embed/built-in [core/run/exec.go#L403](https://github.com/alajmo/sake/blob/b405f3af217f4cebb85320f907a65742fa800b09/core/run/exec.go#L403)

how it's going