-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Hi, I would like to thank you about your project.
I'm researching about webhooks stuff, I would like to set webhooks between 2 programs (an api hosted on azure and a windows client), on internet many examples are based on cloud solution. So I suppose your project is the best to do it. About this, what will be the best words to google it? "Self hosted webhooks", "Custom webhooks"?
So I tried debugging your sample, it's works.
I added a level wich is saving persitence in my sql server, in order to keep in memory subscriptions . I did simulation with connection lost , when client reconnect it's ok, but client receive twice same events and then disconnect / reconnect , one more.
What do i need to change to have unique event even after disconnect / reconnect ?
Thank you.