Okay, shame on me, I can't reconstruct the error in my minimal example, client and provider run flawlessly in the same thread. I will dig a little bit deeper to find out whats going wrong in the testing framework.. With best, Daniel
... View more
Hi Nick, currently I am experiencing issues when having a provider and a client in the same process. This is needed e.g. for automated testing: I want to check if my application is providing data to the data layer correctly. With the provider running, the data layer client receives a time out. Even if I start the client in another process (multiprocessing.Process) I run into connection errors. Other issues are my provider crashing with a segfault after 30 seconds of providing data. If you like I can try to produce some minimal code examples.. With best Daniel
... View more
"There is no chance that we will make the protocol public." Why not? Wouldn't it be nice to have more people working on client libs for the Data Layer? I found this post when I was looking for the same information as Loïc because the python SDK keeps crashing and I would like to fix that.. Cheers, Daniel
... View more