We are developing a module that uses a managed tag provider to expose MQTT data as tags.
We have noticed when we lose network connection, the tag provider becomes unresponsive.
So far the only way we have found to fix this is by destroying and recreating the tag provider (currently by restarting the module, but looking do this automatically on reconnect.
Interestingly, we do not get any errors thrown in the java code (nothing to try/catch) but do get the below log item in the wrapper:
INFO | jvm 1 | 2023/08/01 16:07:36 | W [t.m.provider ] [06:07:35]: Attempting to configure managed tag '[]System Status/Messages received' when provider '' has not been started. provider=
Has anyone else experienced something similar or know of a more graceful way to handle network disconnect/reconnect for managed tag providers?
Can you share code, or significantly more details if not?
ManagedTagProviders exist and function entirely independent of any kind of network access. You're really asking us to look into a crystal ball and figure out what's wrong with your code at this point.