Skip to content

Fix issue #432#454

Merged
dead8309 merged 1 commit intodead8309:masterfrom
fann22:master
Oct 18, 2025
Merged

Fix issue #432#454
dead8309 merged 1 commit intodead8309:masterfrom
fann22:master

Conversation

@fann22
Copy link
Copy Markdown
Contributor

@fann22 fann22 commented Oct 17, 2025

Issue Explanation

The issue occurred because of the code inside ExperimentalRpc.kt.

The function kizzyRPC.updateRPC() didn’t forward the type information, unlike kizzyRPC.apply(), which has a setType function.

As a result, the type value was only set correctly during the first apply() call.
When updating, since the type information wasn’t forwarded, it defaulted to 0.


Fix Applied

A type parameter was added to commonRPC to allow forwarding type information from ExperimentalRpc.kt to kizzyRPC.updateRPC().

This ensures that the type value is preserved and correctly applied during subsequent updates.

@dead8309 dead8309 merged commit a054ae9 into dead8309:master Oct 18, 2025
1 check passed
@dead8309
Copy link
Copy Markdown
Owner

Thanks @fann22 for your contribution 🙌🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants