Calling RPC method within the original worker?
I've been doing alot of work with RPC in workers and it is great. All the docs show examples of setting up the RPC in the 1st Workers and then using a Service Binding in a 2nd worker to call the RPC method from the 1st worker. This works great. But, how can you call the RPC method in the 1st Worker itself? There are times, when we want to use the RPC method in the worker itself that create the RPC method, but there doesn't seem to be a way to do this? thanks for any help. #workers-and-pages-discussions
\
0 Replies