Skip to content

Commit

Permalink
Start the server awareness
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Oct 14, 2024
1 parent c7e3955 commit e9e5c85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pycrdt_websocket/yroom.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ async def start(
self._task_group.start_soon(self._stopped.wait)
self._task_group.start_soon(self._watch_ready)
self._task_group.start_soon(self._broadcast_updates)
self._task_group.start_soon(self.awareness.start)
return
except Exception as exception:
self._handle_exception(exception)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
dependencies = [
"anyio >=3.6.2,<5",
"sqlite-anyio >=0.2.3,<0.3.0",
"pycrdt >=0.10.1,<0.11.0",
"pycrdt >=0.10.3,<0.11.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit e9e5c85

Please sign in to comment.