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
It looks like the PropertyEditor implementation in Converters is not thread safe. I believe the problem is in this code, and I think it should be synchronized.
It looks like the PropertyEditor implementation in Converters is not thread safe. I believe the problem is in this code, and I think it should be synchronized.
The code below illustrates the issue. ( "IndexServiceConfiguration" and "Configs" are custom but can be swapped out)
When propertyEditorDisabled is "false" the output is as follows. (note the 'in thread' messages):
When propertyEditorDisabled is "true" the output is as follows. (note the 'in thread' messages):
The text was updated successfully, but these errors were encountered: