This issue deals with having an ascii command socket open for a long period of time.
Repeat this sequence of events to reproduce:
- Create an ascii command socket
- Call
log info
- Create another ascii command socket, and use it to change the variables being logged
- Go back to the original ascii command socket and call
log info again
- The output of the command will be identical to the first time you call it, despite the fact that the logged variables have changed
Perhaps multiple ascii command sockets are not intended to exist simultaneously - if this is the case then this is not a bug but just me using the system incorrectly.
However the UART terminal always presents in-date information on the log info status. Although this is hard limited to a single connection.
This issue deals with having an ascii command socket open for a long period of time.
Repeat this sequence of events to reproduce:
log infolog infoagainPerhaps multiple ascii command sockets are not intended to exist simultaneously - if this is the case then this is not a bug but just me using the system incorrectly.
However the UART terminal always presents in-date information on the
log infostatus. Although this is hard limited to a single connection.