Re: C# native client problem

2018-02-06 Thread Jacob Barrett
Right, that is why I’m curious what SHA because the sources on develop for the last few months allow multiple caches in a process or app domain. > On Feb 6, 2018, at 6:38 AM, Michael Stolz wrote: > > Also could be that he's hitting the Cache singleton. Hard to tell from what > he wrote, but I

Re: C# native client problem

2018-02-06 Thread Michael Stolz
Also could be that he's hitting the Cache singleton. Hard to tell from what he wrote, but I think he's attempting to new multiple Caches in the same process. -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 On Feb 6, 2018 9:35 AM, "Jacob Barrett" wrote: > Since th

Re: C# native client problem

2018-02-06 Thread Jacob Barrett
Since there is no official release of the Geode Native C# client can you please tell us what SHA you have compiled? Quickly I can say you can’t create two regions with the same name in the same cache. -Jake > On Feb 6, 2018, at 1:30 AM, Rupert St John Webster > wrote: > > Dear All, > > P

C# native client problem

2018-02-06 Thread Rupert St John Webster
Dear All, Per https://stackoverflow.com/questions/48628342/ I have a C# class Geode.cs that sets up a native client local cache, pool and region and does some work. I want to reuse the class and have 2 or more local caches that do work (ultimately to have different callbacks