WildernessLabs / Meadow_Issues

Public repo for bugs and issues with Meadow
15 stars 0 forks source link

CLI Continuously repeats the last message from the application #739

Open NevynUK opened 5 days ago

NevynUK commented 5 days ago

I have an application deployed to PLv3 and CLI is listening to the board.

The OS is stopped as I am working with the STM32 debugger so there is no output from the application.

CLI seems to continuously repeat the last message received from the appliction:

WiFi adapter state changed to: Connecting
Sending command to connect
Wifi InvokeEvent NetworkConnecting returned CompletedOk
Wifi InvokeEvent NetworkConnecting returned CompletedOk
Wifi InvokeEvent NetworkConnecting returned CompletedOk
Wifi InvokeEvent NetworkConnecting returned CompletedOk
Wifi InvokeEvent NetworkConnecting returned CompletedOk
Wifi InvokeEvent NetworkConnecting returned CompletedOk
Wifi InvokeEvent NetworkConnecting returned CompletedOk
Wifi InvokeEvent NetworkConnecting returned CompletedOk
Wifi InvokeEvent NetworkConnecting returned CompletedOk
Wifi InvokeEvent NetworkConnecting returned CompletedOk
Wifi InvokeEvent NetworkConnecting returned CompletedOk
Wifi InvokeEvent NetworkConnecting returned CompletedOk
Wifi InvokeEvent NetworkConnecting returned CompletedOk
Wifi InvokeEvent NetworkConnecting returned CompletedOk
Wifi InvokeEvent NetworkConnecting returned CompletedOk
Wifi InvokeEvent NetworkConnecting returned CompletedOk
Wifi InvokeEvent NetworkConnecting returned CompletedOk
Wifi InvokeEvent NetworkConnecting returned CompletedOk
Wifi InvokeEvent NetworkConnecting returned CompletedOk
Wifi InvokeEvent NetworkConnecting returned CompletedOk
NevynUK commented 4 days ago

This appears to be true event when not debugging. Writing a new RT to the board shows the following;

Download of 'Meadow.OS.Runtime.bin' success (checksums calculated:0xC8EC240A, expected:0xC8EC240A)
Erasing mono flash memory
Erasing mono flash memory
Erasing mono flash memory
Erasing mono flash memory
Erasing mono flash memory
Erasing mono flash memory
Erasing mono flash memory
Erasing mono flash memory
Erasing mono flash memory
Mono memory erase success

I would expect only one line for the message Erasing mono flash memory

adrianstevens commented 4 days ago

Interesting ... I haven't seen this behavior. I'll try to reproduce.

adrianstevens commented 4 days ago

Repro'd - we'll fix