spectraphilic / wsn_pi

Code for operating the rasberry pi
1 stars 0 forks source link

RabbitMQ handle messages in order #2

Open jdavid opened 5 years ago

jdavid commented 5 years ago

For a long time already the motes send the frames in order.

In theory RabbitMQ will handle them in order as well, but we've observed that sometimes it doesn't, apparently.

This may happen if there's an error handling one message, then it goes to the next. If this is the case then there's nothing we can do about it.

This means we may have frames out of order in the database, this should be rare, but I've find some already.