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
/api/v3/pool/deploy//member/status/?checkstatus=1 is not locking the data in networkapi.
As such, it can cause concurrence problems with another requests that change pool member table.
Made two request, to delete member and to check status and it inserted a status of a non existent member after removing it.
The text was updated successfully, but these errors were encountered:
/api/v3/pool/deploy//member/status/?checkstatus=1 is not locking the data in networkapi.
As such, it can cause concurrence problems with another requests that change pool member table.
Made two request, to delete member and to check status and it inserted a status of a non existent member after removing it.
The text was updated successfully, but these errors were encountered: