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
Do you have any insight on what might be the problem without these? Is it the storage or caching? I was trying to make it very ephemeral, but it seems like I must copy the sample code exactly for it to work.
The text was updated successfully, but these errors were encountered:
It seems like some combination of the following is essential or you get those cryptic System.ExecutionEngineException thrown.
node.InitFromStorage("."); node.InitAllowNetworkCaching(false); node.InitAllowPeerCaching(true); node.InitSetEventHandler(OnZeroTierEvent); node.InitSetRandomPortRange(40000, 50000);
Do you have any insight on what might be the problem without these? Is it the storage or caching? I was trying to make it very ephemeral, but it seems like I must copy the sample code exactly for it to work.
The text was updated successfully, but these errors were encountered: