Aaron Stainback

Results 51 comments of Aaron Stainback

How do I batch like from this article? Please respond.

I've seen the same thing, I've also seen. exception: "Microsoft.Azure.ServiceBus.MessageLockLostException: The lock supplied is invalid. Either the lock expired, or the message has already been removed from the queue, or...

So it’s normal to get the message lock in the receive error handler instead of a message in the receive handler? Seems like some internal logic underneath dropped the ball...

See below. Every once in a while, very random, The ReceiveExceptionAsync handler gets called with the MessageLockLostException like something internal went wrong listening on the subscription. This is with no...

I don't understand, it was just sitting there subscribed you can from the stack it was in some message pump code. See below for the operation that sets up the...

Here is an example of my config ``` Node localhost { File EnsureLatestServiceExist { Ensure = 'Present' Type = 'File' Checksum = 'ModifiedDate' SourcePath = '\\BuildMachine\Output\MyService.exe' DestinationPath = 'c:\MyService\MyService.exe' }...

@redoz I agree xService is not well designed, it only has the capability to do a fresh install of a brand new service. When it comes to updating a service...

The biggest problem I see is to solve the problem of a Service Upgrade if I were to take every DSC script Microsoft has released and try to put them...

Will there be official dotnet core support?