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
The AniList anime collection query hanging for more than 10 seconds causes server process to be terminated by the Rust code (on macOS).
This issue likely exists since v2.4.0.
Expected Behavior
Potential solution: Make the query in a goroutine allowing the server to start faster (fixing the issue). This would make the Tauri splashscreen disappear faster. A 'isLoaded' websocket event should be sent once the query is fetched, allowing the client to display the actual content.
Screenshots
Logs
N/A
Debugging Checklist
I have included error messages
I have included server logs
I have included browser console logs
App Version
v2.7.2
Operating System
MacOS
The text was updated successfully, but these errors were encountered:
Checklist
Bug Severity
Panic / Crash
Bug Area
Desktop app
Bug Description / Steps to Reproduce
The AniList anime collection query hanging for more than 10 seconds causes server process to be terminated by the Rust code (on macOS).
This issue likely exists since v2.4.0.
Expected Behavior
Potential solution: Make the query in a goroutine allowing the server to start faster (fixing the issue). This would make the Tauri splashscreen disappear faster. A 'isLoaded' websocket event should be sent once the query is fetched, allowing the client to display the actual content.
Screenshots
Logs
N/A
Debugging Checklist
App Version
v2.7.2
Operating System
MacOS
The text was updated successfully, but these errors were encountered: