Show connection attempt status messages in network buffer #115
Labels
Type: Bug
Issues that report and PRs that solve any defects that cause unexpected behaviors.
Milestone
While a network connection is brokered, no messages appear in the network buffer until the connection is successful. We should see a
Connecting to [host or name]
message when a connection is started instead of a blank screen.Error messages should also be piped there. Currently, connections that time out leave the network buffer entirely blank while emitting the following message on the server
In the event that auto-reconnect or auto-retry connections come to exist, I would also like to see
Connection [lost or failed], retrying . . .
messages.The text was updated successfully, but these errors were encountered: