Ishan Goel

Results 138 comments of Ishan Goel

@ReneFroger was the issue fixed?

hasn't been happening in a while so i guess ill close

``` 2022/10/27 01:49:25 rpc.go:162: [gRPC] Registering command with name poll 2022/10/27 01:49:25 rpc.go:162: [gRPC] Registering command with name vote 2022/10/27 01:49:25 rpc.go:162: [gRPC] Registering command with name close-poll 2022/10/27 01:49:25...

if this was the reason it is now fixed. we'll see if this happens again

I'm not sure of this approach because a lot of commands check for when they don't receive any arguments.

Nothing I misinterpreted the code

> you can use TCP keepalives for this relatively easily > > ```go > err = ssh.ListenAndServe( > ":22", > nil, > ssh.WrapConn(func(s ssh.Context, conn net.Conn) net.Conn { > conn.(*net.TCPConn).SetKeepAlive(true)...

We do not have server support yet, so we're still waiting for that change to happen in x/crypto Client support is already here and simply requires a `go get -u...