Skip to content

Server RPC hotfixes

Raffi Kwankam requested to merge k8s-rpc-hotfix into main

RPC bug: Need to use Type.AssemblyQualifiedName, otherwise GetType() can't recognize "Database.LoanFieldType" (for some reason?) Other than that, a bunch of simple bugs with my impl of RPCDatabaseConnection

Also, instrumented RPC, so we can better track down these bugs in the future via reading server/client logs

Merge request reports

Loading