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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: