Search found 7 matches

by Whitehouse112
Tue 25. Jul 2023, 13:14
Forum: PCAN-Basic
Topic: Worker.Stop cause all workers to stop
Replies: 18
Views: 8804

Re: Worker.Stop cause all workers to stop

Hi,
I tested the new version and I confirm everything works as expected.
Thanks for your work.

Regards.
by Whitehouse112
Wed 21. Jun 2023, 16:14
Forum: PCAN-Basic
Topic: Worker.Stop cause all workers to stop
Replies: 18
Views: 8804

Re: Worker.Stop cause all workers to stop

U.Wilhelm wrote:
Fri 21. Apr 2023, 17:40
We already offer you to download the pre-release version.
As release version must be validate, it could need some time.
Please use the pre-release if you could not wait.
Hi, is there any update about that? Any estimated release time?

Regards
by Whitehouse112
Fri 21. Apr 2023, 17:22
Forum: PCAN-Basic
Topic: Worker.Stop cause all workers to stop
Replies: 18
Views: 8804

Re: Worker.Stop cause all workers to stop

Hi,
is there any estimated time for new version to be released (weeks, months, ..)?

Thanks
by Whitehouse112
Fri 14. Apr 2023, 10:16
Forum: PCAN-Basic
Topic: Worker.Stop cause all workers to stop
Replies: 18
Views: 8804

Re: Worker.Stop cause all workers to stop

I can obviously receive an attachment on my personal, anonymous email address, but once it's received I'd need to forward to my company email address :roll:.
Anyway, thanks for the clarification, I'll wait for the release once available.

Regards
by Whitehouse112
Fri 14. Apr 2023, 09:37
Forum: PCAN-Basic
Topic: Worker.Stop cause all workers to stop
Replies: 18
Views: 8804

Re: Worker.Stop cause all workers to stop

Hi,

sorry but I can't request the beta package due to company policy. I can't receive attachment from an external domain: it would not be received.
Considering this bug is a general one, not only related to my implementation, I'd ask to release the beta package on NuGet.org to let me test it (even ...
by Whitehouse112
Thu 13. Apr 2023, 16:40
Forum: PCAN-Basic
Topic: Worker.Stop cause all workers to stop
Replies: 18
Views: 8804

Re: Worker.Stop cause all workers to stop

Nice, thank you.

Are you planning to release the package also on Nuget as beta packet? I see there is the possibility to release packets marked as beta (eg https://www.nuget.org/packages/MQTTnet# ... s-body-tab).

Thanks
Regards
by Whitehouse112
Thu 13. Apr 2023, 12:38
Forum: PCAN-Basic
Topic: Worker.Stop cause all workers to stop
Replies: 18
Views: 8804

Worker.Stop cause all workers to stop

Hi,

just a quick question about how Worker.Stop() works:
I have different instances of worker class cause I want to acquire multiple sources at the same time. The strange thing is that if I call Stop() eg. on worker1 all other instantiated workers stop to receive data.

Am I missing something or ...