Skip to content

Restore sessions issues

Viktor Grigorev requested to merge 183-restore-sessions-issues into master

Description

  • duplicating session restore messages for multichannel configuration (see #183 (closed) for details)
  • noisy debug output of slack* assistants
  • logger lib update (DLE 2.4, more informative debug output)

Currently CheckIdleSessions and RestoreSession does not rely on channel, it contains for-loop inside. For each new channel assistant starts RestoreSession/CheckIdleSessions again.

Related issue

#183 (closed)

Examples

Checklist

  • the MR description has been reviewed
  • this MR contains text changes and they have been reviewed OR there are no texts changes
  • this MR contains GUI/CLI changes and they have been reviewed OR there are no GUI/CLI changes
  • this MR contains API changes and they have been reviewed OR there are no API changes
Edited by Artyom Kartasov

Merge request reports