fix: resolve loading state reset and advisory lock client close errors
Remove silent option guard so vendor loading state always resets when
the request completes, preventing stale loading indicators. Wrap
advisory lock client.end() in try-catch to avoid unhandled errors
during connection teardown.