How to debug missing dispose call for RPC stub issue?
I am getting this warning
An RPC stub was not disposed properly. You must call dispose() on all stubs in order to let the other side know that you are no longer using them. You cannot rely on the garbage collector for this because it may take arbitrarily long before actually collecting unreachable objects. As a shortcut, calling dispose() on the result of an RPC call disposes all stubs within it.How am I suppose to debug where is this coming from? I am using service binding and durable objects
0 Replies