missing updates #5

Merged
mats merged 77 commits from refactor/http-proxy into main 2025-10-14 23:12:06 +02:00
Showing only changes of commit dc12e8c3d5 - Show all commits

View File

@@ -154,7 +154,7 @@ func (r *ProtoMutationRegistry) Apply(grain any, msg ...proto.Message) error {
}
for _, m := range msg {
rt := indirectType(reflect.TypeOf(msg))
rt := indirectType(reflect.TypeOf(m))
r.mutationRegistryMu.RLock()
entry, ok := r.mutationRegistry[rt]
r.mutationRegistryMu.RUnlock()