We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 129a7d6 + 82d9208 commit a8df133Copy full SHA for a8df133
src/realm/object-store/sync/app.hpp
@@ -190,7 +190,7 @@ class App : public std::enable_shared_from_this<App>,
190
/// @param access_token The access token of the user
191
/// @param refresh_token The refresh token of the user
192
std::shared_ptr<User> create_fake_user_for_testing(const std::string& user_id, const std::string& access_token,
193
- const std::string& refresh_token);
+ const std::string& refresh_token) REQUIRES(!m_user_mutex);
194
195
// MARK: - Provider Clients
196
0 commit comments