This repository has been archived on 2025-11-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
supervisor/clients
Timur Gordon 1a23a97e38 Fix WASM client: use correct method name 'job.run' instead of 'jobs.run'
- Changed method call from 'jobs.run' to 'job.run' to match OpenRPC spec
- This fixes 'Method not found' errors when calling run_job from WASM
- Native client was already using correct method name
2025-11-04 17:13:01 +01:00
..