status-im / status-console-client

Status messaging console user interface
Mozilla Public License 2.0
10 stars 2 forks source link

UI hangs #58

Closed oskarth closed 5 years ago

oskarth commented 5 years ago

Often I select I contact, see some stuff in chat, type message in input and it hangs (unresponsive, no message sent, can't edit).

I also get https://github.com/status-im/status-console-client/issues/56

If there's a no ui mode where I can just type /message message and get the whole stream of replies for all messages in a log that'd be more useful for current purposes, I can just grep that in a separate terminal. Would this be doable?

https://github.com/status-im/status-console-client/issues/52

adambabik commented 5 years ago

Looking into it. I have the same problem.

adambabik commented 5 years ago

If there's a no ui mode where I can just type /message message and get the whole stream of replies for all messages in a log that'd be more useful for current purposes, I can just grep that in a separate terminal. Would this be doable?

You can interact with the process using netcat:

$ nc -U /path/to/status-console-client/selected-dir/geth.ipc

And send JSON-RPC messages. I will describe it in README.

dshulyak commented 5 years ago

https://github.com/status-im/status-console-client/issues/50

adambabik commented 5 years ago

@oskarth can you test with the newest master?

adambabik commented 5 years ago

Fixed in #49