You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add a dynamic linking step into worker executor (similarly how wRPC does)
write code that works only for that specific use case - hardcoding the known input/output types, etc and implementing the necessary conversions from whatever the linker callback provides to what our RPC implementation requires
make sure the RPC implementation (the whole durable context) is accessible in the linker callback
test that the (hardcoded) dynamic RPC works
The text was updated successfully, but these errors were encountered:
This is the first of the two proof-of-concept steps that re prerequisites for implementing the actual dynamic linker for stubless RPC.
For this ticket:
The text was updated successfully, but these errors were encountered: