Version 43 of the DIAP gateway service has been released
XML Parser
XML parser can now resolve danish months, and decimal comma seperators.
Modbus protocol
Due to increasingly more lightweight smart devices, that can't handle multiple TCP sockets communicating at the same time, the service now let's multiple CPU threads join on one single TCP socket.
Redis
We discovered an issue caused by sudden system shutdown (ie. power being removed while the system is running) resolving in the Redis files being corrupted.
The Redis startup script has been updated, and will automatically check the AOF (Redis log) file on startup, and check for any indications of an error, and if found, will perform a log truncation and recovery.