ljvmiranda921 / seagull

A Python Library for Conway's Game of Life
https://pyseagull.readthedocs.io/en/latest/index.html#
MIT License
174 stars 30 forks source link

Does Seagull support to continue to run the scenario in case the connection is re-established? #64

Open Phongdktd08 opened 3 years ago

Phongdktd08 commented 3 years ago

Currently, my team are using Seagull to support sending/receiving diameter traffic. Seagull plays a role as a diameter server, it will receive the diameter messages and respond by corresponding ones. We have one concern below: When the connection between the diameter client and the Seagull is re-established, does Seagull support to continue to run the scenario that we set at the beginning?