[PR #338] [MERGED] Rework how log parsing timeout works to fix the deadlock #413

Closed
opened 2026-02-15 15:55:53 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/338
Author: @13xforever
Created: 6/13/2019
Status: Merged
Merged: 6/13/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (1)

  • d7c5dd7 rework how log parsing timeout works to fix the deadlock

📊 Changes

14 files changed (+59 additions, -45 deletions)

View changed files

📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/GzipHandler.cs (+5 -4)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/IArchiveHandler.cs (+2 -1)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/PlainText.cs (+5 -4)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/RarHandler.cs (+6 -5)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/SevenZipHandler.cs (+6 -5)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/ZipHandler.cs (+6 -5)
📝 CompatBot/EventHandlers/LogParsing/LogParser.PipeReader.cs (+4 -5)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/DiscordAttachmentHandler.cs (+3 -2)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/DropboxHandler.cs (+3 -2)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/GoogleDriveHandler.cs (+5 -4)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/ISourceHandler.cs (+2 -1)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/MegaHandler.cs (+4 -3)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/PastebinHandler.cs (+3 -2)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+5 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/338 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 6/13/2019 **Status:** ✅ Merged **Merged:** 6/13/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (1) - [`d7c5dd7`](https://github.com/RPCS3/discord-bot/commit/d7c5dd7c89a48dc8375ea16a58ed53bab4284479) rework how log parsing timeout works to fix the deadlock ### 📊 Changes **14 files changed** (+59 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/GzipHandler.cs` (+5 -4) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/IArchiveHandler.cs` (+2 -1) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/PlainText.cs` (+5 -4) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/RarHandler.cs` (+6 -5) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/SevenZipHandler.cs` (+6 -5) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/ZipHandler.cs` (+6 -5) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.PipeReader.cs` (+4 -5) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/DiscordAttachmentHandler.cs` (+3 -2) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/DropboxHandler.cs` (+3 -2) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/GoogleDriveHandler.cs` (+5 -4) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/ISourceHandler.cs` (+2 -1) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/MegaHandler.cs` (+4 -3) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/PastebinHandler.cs` (+3 -2) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+5 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:55:53 -05:00
yindo closed this issue 2026-02-15 15:55:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#413