How to create configurable reliability layer with Photon.NET
Note: this article is based on the Photon.NET codebase tag 0.0.28.0 (follow the project link to find additional info on acquiring the specific version) Reliability layer represents a simple concept: we want to retry some unreliable method call (the one that throws exceptions or returns unexpected results) till it succeeds or some other condition is met. In the regular …
Continue reading “How to create configurable reliability layer with Photon.NET”