Meaning of messages from Wio Terminal

Hi,

While testing a Wio Terminal using wifi to send mqtt messages I get the following type os messages from the Wio:

VMDPE_1:2:276003:0:246|276004_VMDPE
VMDPE_1:2:276253:0:246|276254_VMDPE
VMDPE_1:2:276503:0:245|276504_VMDPE
VMDPE_1:2:276753:0:246|276754_VMDPE
VMDPE_1:2:277003:0:246|277004_VMDPE
VMDPE_1:2:277253:0:245|277254_VMDPE
VMDPE_1:2:277503:0:246|277504_VMDPE
VMDPE_1:2:277753:0:245|277754_VMDPE
VMDPE_1:2:278003:0:246|278004_VMDPE

The code runs but I would like to understand what these mean.

The code uses the pubsubclient mqtt library and the messages appeared after altering the socket timeout for the mqtt library from 15 to 30 secs. Time out needed to be adjusted to address a TCP socket problem with the mqtt read/writes.

There is a problem with MQTT and we are working on fixing it.It is expected to be completed soon.

Interestingly turning the wio terminal off then on will often stop these messages from occurring. Looking forward to the fix.