-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Empty show more show less
The Topology type currently is deeply coupled with error handling at the Server level. When an error occurs, the Server emits an error event, which in turn is processed by the Topology which calls emit back on the Server instance - a bit of a rats nest. Since there is nothing about error handling that needs details in the Topology, we can move all of this code into Server directly.