You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the FileSub opens and closes the log file every time it writes a message. Change this to leave the file open and close it at the appropriate time.
This could be part of a deferred method call in the Broker to close all the connections to publishers and subscribers when the broker shuts down.
The text was updated successfully, but these errors were encountered:
Currently the FileSub opens and closes the log file every time it writes a message. Change this to leave the file open and close it at the appropriate time.
This could be part of a deferred method call in the Broker to close all the connections to publishers and subscribers when the broker shuts down.
The text was updated successfully, but these errors were encountered: