Relevant
Relevant
CC#
Created by Relevant on 11/13/2024 in #help
Aspire python app giving certificate errors when debugging
interesting. Got it working. Not sure how yet, but I found another sample project and used the launchSettings from that one and it worked. So there must have been some important difference, I'll comb through it now to see if I can see what it was, but at least I got it working 🙂
6 replies
CC#
Created by Relevant on 11/13/2024 in #help
Aspire python app giving certificate errors when debugging
I found that if I pip uninstall opentelemetry-exporter-otlp-proto-grpc the error goes away. Not sure if that's a clue, but it seems related to that package
6 replies
CC#
Created by Relevant on 11/13/2024 in #help
Aspire python app giving certificate errors when debugging
I had not, but did that and still getting the same error. Thank you for the suggestion, though. I don't really know anything about how certificates work
6 replies
CC#
Created by Relevant on 5/5/2024 in #help
Long running process in Blazor Server
Seems to be working for now as I expected. May need to play around with my hacky queueing functionality, but for now, it's not locking my UI thread, so I'm happy
64 replies
CC#
Created by Relevant on 5/5/2024 in #help
Long running process in Blazor Server
No description
64 replies
CC#
Created by Relevant on 5/5/2024 in #help
Long running process in Blazor Server
Oh neat, I'll have to watch that
64 replies
CC#
Created by Relevant on 5/5/2024 in #help
Long running process in Blazor Server
Yeah, that's what I'm doing now anyways. I'm just using a SemaphoneSlim as a queue, but maybe that would be better
64 replies
CC#
Created by Relevant on 5/5/2024 in #help
Long running process in Blazor Server
Cool, that's not too complicated
64 replies
CC#
Created by Relevant on 5/5/2024 in #help
Long running process in Blazor Server
Oh neat, then just write to the channel with a new job request?
64 replies
CC#
Created by Relevant on 5/5/2024 in #help
Long running process in Blazor Server
Ahh Channel, I think a friend told me about that, and I couldn't remember the class
64 replies
CC#
Created by Relevant on 5/5/2024 in #help
Long running process in Blazor Server
Oh cool, I'm interested in knowing more about that, so I'll look more into Enqueue for backgroundQueue
64 replies
CC#
Created by Relevant on 5/5/2024 in #help
Long running process in Blazor Server
Sweet, thanks
64 replies
CC#
Created by Relevant on 5/5/2024 in #help
Long running process in Blazor Server
No, I don't
64 replies
CC#
Created by Relevant on 5/5/2024 in #help
Long running process in Blazor Server
Thanks to you both
64 replies
CC#
Created by Relevant on 5/5/2024 in #help
Long running process in Blazor Server
Well I'll try out Task.Run and I assume that'll do what I was trying to do
64 replies
CC#
Created by Relevant on 5/5/2024 in #help
Long running process in Blazor Server
Yeah, I don't use Thread in a real world situation, was just looking for something that would lock syncronously
64 replies
CC#
Created by Relevant on 5/5/2024 in #help
Long running process in Blazor Server
I gotcha. I guess I always assumed that I only needed to do Task.Run if I was trying to run a sync method as async
64 replies
CC#
Created by Relevant on 5/5/2024 in #help
Long running process in Blazor Server
Yeah, that's what I'm asking, I mean. What do I use to offload that?
64 replies
CC#
Created by Relevant on 5/5/2024 in #help
Long running process in Blazor Server
So Task.Run is different than just calling a method with no await, I assume?
64 replies
CC#
Created by Relevant on 5/5/2024 in #help
Long running process in Blazor Server
Yeah, I guess I don't have much concept of what "background" means
64 replies