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
With the changes we did, reading the nil from a binding seems to work
a SeamlessRemoteWorkspaceVariable is created and added as a binding to the playground
printing a variable returns "nil"
But assignments do not work yet:
we get a "SeamlessRemoteException: UnhandledErrror"
Interestingly the number of SeamlessRemoteWorkspaceVariable instances grows with each attempt, even though the sole
place where instances are created executes just once.
The text was updated successfully, but these errors were encountered:
With the changes we did, reading the nil from a binding seems to work
But assignments do not work yet:
Interestingly the number of SeamlessRemoteWorkspaceVariable instances grows with each attempt, even though the sole
place where instances are created executes just once.
The text was updated successfully, but these errors were encountered: