fix(ub-pub): AsyncConnection stringify null
In some cases, execParams get value converted from `null to "null".
I see you fixed it in 9e7c1e62
But it is not completely fixed, in some cases, it still converts null
to "null"
.
This MR fixes the bug.