VISAB-ORG / VISAB

VISAB is a standalone utility to visualize artificial intelligence agent behavior in games.
1 stars 0 forks source link

F close session timeout #7

Closed mfroeh closed 3 years ago

mfroeh commented 3 years ago
leRoe93 commented 3 years ago
  • Creates the TransmissionSessionAdministration (anyone has a better name? 🚀) in which the currently open transmission sessions will be kept and from which they will be timeouted.

We could also use the term "Watchdog" instead of Administration, as it is commonly used in digital products to failure detection, also being instantiated by Timeout-Watchdogs which is actually our case: https://de.wikipedia.org/wiki/Watchdog

mfroeh commented 3 years ago
  • Creates the TransmissionSessionAdministration (anyone has a better name? 🚀) in which the currently open transmission sessions will be kept and from which they will be timeouted.

We could also use the term "Watchdog" instead of Administration, as it is commonly used in digital products to failure detection, also being instantiated by Timeout-Watchdogs which is actually our case: https://de.wikipedia.org/wiki/Watchdog

Nice find - done.