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
When filestream receives a new input configuration it should detect if there is already an input running for the same ID, if there is it should not create the new input and return an error. An empty ID is considered a valid ID as long as there is just one input with an empty ID.
Currently filestream already logs a warning, but proceeds with the input creation. It should instead not create the new input and log an error.
The text was updated successfully, but these errors were encountered:
When filestream receives a new input configuration it should detect if there is already an input running for the same ID, if there is it should not create the new input and return an error. An empty ID is considered a valid ID as long as there is just one input with an empty ID.
Currently filestream already logs a warning, but proceeds with the input creation. It should instead not create the new input and log an error.
The text was updated successfully, but these errors were encountered: