Siniša Veseli

Results 24 comments of Siniša Veseli

Sorry for the delay in response. I do not really have access to M2 machine for builds/packaging yet, but should get this in the next few weeks, at which point...

Could you please try "pip install pvapy" on your M2 machine, and let me know if it works? I see this in my environment: $ uname -a Darwin ... 23.5.0...

Sounds good, thanks for letting me know. I'll close this issue, and if you see any problems with OSX/Arm64 package, let me know or open a new issue.

Thanks for the bug report. The problem is on the pvaPy side. The existing update() method updates entire record. The next release will contain method that will allow you to...

Correct, you will be able to remove the "set()" call. The update(pvObject) method updates the whole record structure.

Hi, Any segmentation fault either on a client or a server side is most certainly a bug. What version/package/OS of pvapy are you using? How many PVs are we actually...

Thanks for the image. _This method works well if the PvaServer is stopped cleanly, but encounters problems if the PvaServer crashes unexpectedly. In this case we stop receiving updates for...

Another thing I forgot to mention, recently I did some work on PvaServer class, and as of release 5.1.0 it does not start separate callback thread if it is not...

Thanks for the info, it sounds like the only pvapy-related issue is really monitor not re-connecting after the crash, not the crash itself. I presume you can recreate the problem...