ojin-client 0.1.7.dev2__tar.gz → 0.1.7.dev3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ojin_client-0.1.7.dev2 → ojin_client-0.1.7.dev3}/PKG-INFO +1 -1
- {ojin_client-0.1.7.dev2 → ojin_client-0.1.7.dev3}/ojin/ojin_persona_client.py +1 -1
- {ojin_client-0.1.7.dev2 → ojin_client-0.1.7.dev3}/ojin_client.egg-info/PKG-INFO +1 -1
- {ojin_client-0.1.7.dev2 → ojin_client-0.1.7.dev3}/pyproject.toml +1 -1
- {ojin_client-0.1.7.dev2 → ojin_client-0.1.7.dev3}/README.md +0 -0
- {ojin_client-0.1.7.dev2 → ojin_client-0.1.7.dev3}/ojin/__init__.py +0 -0
- {ojin_client-0.1.7.dev2 → ojin_client-0.1.7.dev3}/ojin/cacert.pem +0 -0
- {ojin_client-0.1.7.dev2 → ojin_client-0.1.7.dev3}/ojin/entities/interaction_messages.py +0 -0
- {ojin_client-0.1.7.dev2 → ojin_client-0.1.7.dev3}/ojin/entities/session_messages.py +0 -0
- {ojin_client-0.1.7.dev2 → ojin_client-0.1.7.dev3}/ojin/ojin_persona_messages.py +0 -0
- {ojin_client-0.1.7.dev2 → ojin_client-0.1.7.dev3}/ojin_client.egg-info/SOURCES.txt +0 -0
- {ojin_client-0.1.7.dev2 → ojin_client-0.1.7.dev3}/ojin_client.egg-info/dependency_links.txt +0 -0
- {ojin_client-0.1.7.dev2 → ojin_client-0.1.7.dev3}/ojin_client.egg-info/requires.txt +0 -0
- {ojin_client-0.1.7.dev2 → ojin_client-0.1.7.dev3}/ojin_client.egg-info/top_level.txt +0 -0
- {ojin_client-0.1.7.dev2 → ojin_client-0.1.7.dev3}/setup.cfg +0 -0
|
@@ -86,7 +86,7 @@ class OjinPersonaClient(IOjinPersonaClient):
|
|
|
86
86
|
self._running = False
|
|
87
87
|
self._receive_task: Optional[asyncio.Task] = None
|
|
88
88
|
self._inference_server_ready: bool = False
|
|
89
|
-
self._cancelled =
|
|
89
|
+
self._cancelled = False
|
|
90
90
|
|
|
91
91
|
async def connect(self) -> None:
|
|
92
92
|
"""Establish WebSocket connection and authenticate with the service."""
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|