Conversation
|
🚅 Deployed to the rivet-pr-4586 environment in rivet-frontend
|
|
PR Review: chore: revert actor v2 hack Small, focused revert removing a workaround that forced serverless pool actors into the v2 migration path regardless of protocol version. Change Analysis The early-return condition previously included an additional Serverless actors without a protocol_version set will now go through the standard allocation path instead of unconditionally migrating to v2. Issue: Stale Comment runtime.rs:267 still reads "or this is a serverless pool" but that clause was removed. The comment should be updated to: Minor Notes
Summary The change is correct. The only actionable fix is updating the comment on line 267 to remove the now-inaccurate "or this is a serverless pool" clause. |
a50c388 to
cf4316a
Compare
8262c65 to
d758690
Compare
Merge activity
|
d758690 to
f4f4e02
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: