How could I get the status of a sent DLR using DeliverAsync to an remote client without use await on the code ?
I deal with a large ammount of messages. Does the library has any event that I can check if had any error on the DLR sent ?
Currently I´m sending the dlr using the command item.DeliverAsync(dlrBuilder).ConfigureAwait(false);
I´m stuck on it. Using release 2.9.32(latest)
Thankyou.
			
			
									
									
						Coding issue using SMPP Server sending DLR do client.
Re: Coding issue using SMPP Server sending DLR do client.
You can use 
See example
			
			
									
									
						Code: Select all
 DeliverAsync(..).ContinueWith(..)