You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 22, 2025. It is now read-only.
### TL;DR
Updated the engine-runner dependency and added TypeScript type annotations to fix type errors.
### What changed?
- Updated `@rivetkit/engine-runner` dependency from version `472` to `7f23f3a`
- Added explicit type annotations in `actor-driver.ts`:
- Added type `any` to the `input` variable
- Added type `Promise<UpgradeWebSocketArgs>` to the `wsHandlerPromise` variable
- Added import for `UpgradeWebSocketArgs` type
### How to test?
1. Run the TypeScript compiler to verify no type errors remain
2. Test WebSocket connections to ensure they still function properly
3. Verify that actor input handling works as expected
### Why make this change?
This change addresses TypeScript type errors in the engine actor driver by adding proper type annotations. The update to the engine-runner dependency likely includes fixes or improvements that complement these type changes, ensuring better type safety and code reliability.
0 commit comments