If logger receives an unsuccessful response, it will try to reconnect with the server 3 times. If it still fails, it will save the buffer on the logger instance and when the next time when a new message is pushed into buffer, it will merge the current buffer with the unsend content of the previous buffer.
When it merges the unsent info with the current buffer, it cleans the temp holder for the unsent info.
The holder for the unsent info has a limit to grow
If logger receives an unsuccessful response, it will try to reconnect with the server 3 times. If it still fails, it will save the buffer on the logger instance and when the next time when a new message is pushed into buffer, it will merge the current buffer with the unsend content of the previous buffer. When it merges the unsent info with the current buffer, it cleans the temp holder for the unsent info. The holder for the unsent info has a limit to grow