I am trying to figure out how to I integrate the SuperSocketHostBuilder with a BackgroundService Queue
What I want to achieve is to Receive TCP messages and pushed it to a background queue. The queue is non blocking and will execute in the background. Is that possible? If so, is there any example. Thank you.
Hi,
I am trying to figure out how to I integrate the SuperSocketHostBuilder with a BackgroundService Queue
What I want to achieve is to Receive TCP messages and pushed it to a background queue. The queue is non blocking and will execute in the background. Is that possible? If so, is there any example. Thank you.