Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update setting of realtime endpoint #1057

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

Conversation

ChiragAgg5k
Copy link
Member

@ChiragAgg5k ChiragAgg5k commented Mar 23, 2025

What does this PR do?

Due to frequent endpoint changes with multi-region, the sdk context changes quite often and hence we need update the realtime endpoint regardless if its been set before.

NOW throws an AppwriteException if URL is not valid. breaking for apple and swift.

Test Plan

Related PRs and Issues

Have you read the Contributing Guidelines on issues?

Yes.

@@ -176,10 +176,10 @@ class Client @JvmOverloads constructor(
*
* @return this
*/
@Throws({{ spec.title | caseUcfirst }}Exception::class)
@Throws(IllegalArgumentException::class)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll need to add an import as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants