-
Notifications
You must be signed in to change notification settings - Fork 17
Broadcast server awareness to all clients #73
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
Changes from 21 commits
e7b3979
4d00a7d
8bd9703
0f4e085
effe236
5bf4798
4a5a71f
e522c8a
5eb8316
f01c2cc
ec1ef6b
7b2dc09
9a4b71f
52c80ed
1df8f38
c4a2392
2578840
84e41dd
b656c2e
9960536
180763b
ec0fe78
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -30,7 +30,7 @@ classifiers = [ | |||||
dependencies = [ | ||||||
"anyio >=3.6.2,<5", | ||||||
"sqlite-anyio >=0.2.3,<0.3.0", | ||||||
"pycrdt >=0.9.16,<0.10.0", | ||||||
"pycrdt >=0.10.0,<0.11.0", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's take the latest bugfix.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think it is required for this change. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. But an There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Right, sorry again for the confusion. The There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK, I'll merge then. |
||||||
] | ||||||
|
||||||
[project.optional-dependencies] | ||||||
|
Uh oh!
There was an error while loading. Please reload this page.