mirror of
https://github.com/HKUDS/OpenSpace.git
synced 2026-09-05 08:06:05 +00:00
- Use Windows API (OpenProcess/GetExitCodeProcess) on Windows platform - Fall back to os.kill(pid, 0) on Unix-like systems - Fixes #90 The os.kill(pid, 0) approach fails on Windows with OSError [WinError 87], preventing the communication gateway from starting on Windows. |
||
|---|---|---|
| .. | ||
| adapters | ||
| bridges/whatsapp | ||
| __init__.py | ||
| attachment_cache.py | ||
| config.py | ||
| gateway.py | ||
| gateway_runtime.py | ||
| policy.py | ||
| runtime_manager.py | ||
| session_store.py | ||
| types.py | ||