You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin uses Session passed by GitBucket core for database access. While it should be outside of Future, Markdown.toHtml which includes database access is called inside Future. Probably this causes SQLException ocasionally.