RemoteREPL.jl icon indicating copy to clipboard operation
RemoteREPL.jl copied to clipboard

@remote ex from within a function running on a remoterepl worker?

Open disleyland opened this issue 2 years ago • 0 comments

I have tried to use the "@remote ex" syntax hard-coded into script loaded via a .jl include in the remoterepl session but that generates an error.

Is there an equivalent of RemoteREPL.remote_eval("funcOnServer()") which can be triggered from a script running on the remoterepl worker? something like a RemoteREPL.server_eval exposed on the remote worker?

disleyland avatar Jul 31 '23 13:07 disleyland