Describe the bug
The reconnection profile does not work as intended.
I turned off, kicked and banned the bot and the reconnection config uses "ontimeout".
The "repeat last" function does not work - the bot connects (does not close) again so you can see it in the given configuration and logs.
Version
- 0.11.0-alpha.40/develop/640cbe67
Platform
- Debian GNU/Linux 9 (stretch) (64bit)
Runtime
- .NET Core (3.1.1) ServerGC:False GC:SustainedLowLatency
Config
[bot.reconnect]
ontimeout = ["2s", "5s", "repeat last"]
onkick = ["1s", "repeat last"]
onban = []
onerror = ["30s", "repeat last"]
onshutdown = ["5m"]
Log
01:22:21.5516| INFO|| [============ TS3AudioBot started =============]
01:22:21.6047| INFO|| [ Date/Time: Friday, January 17, 2020 1:22:21 AM
01:22:21.6131| INFO|| [ Version: 0.11.0-alpha.40/develop/640cbe67
01:22:21.6131| INFO|| [ Platform: Debian GNU/Linux 9 (stretch) (64bit)
01:22:21.6131| INFO|| [ Runtime: .NET Core (3.1.1) ServerGC:False GC:SustainedLowLatency
01:22:21.6153| INFO|| [ Opus: libopus 1.2~alpha2 (x64)
01:22:21.6153| INFO|| [==============================================]
01:22:22.0028| INFO|| Bot "default" connecting to "here was the address but I covered it"
01:22:22.6743| INFO|| Started Webserver on port 58913
01:22:22.7278| INFO|0| Bot "default"(0) connected.
(I turn off the server here - considers as a timeout)
01:22:26.8261| INFO|0| Trying to reconnect because of Timeout. Delaying reconnect for 2 seconds
01:22:48.8324| INFO|0| Trying to reconnect because of Timeout. Delaying reconnect for 5 seconds
01:23:13.9552| INFO|0| Trying to reconnect because of Timeout. Delaying reconnect for 5 seconds
01:23:38.9804| INFO|0| Trying to reconnect because of Timeout. Delaying reconnect for 5 seconds
Describe the bug
The reconnection profile does not work as intended.
I turned off, kicked and banned the bot and the reconnection config uses "ontimeout".
The "repeat last" function does not work - the bot connects (does not close) again so you can see it in the given configuration and logs.
Version
Platform
Runtime
Config
Log