Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse path name lines live and festoon callbacks with error handling #473

Merged
merged 6 commits into from
Feb 11, 2025

Conversation

adamnovak
Copy link
Member

@adamnovak adamnovak commented Feb 10, 2025

This should fix #472 in two ways.

We no longer make one giant string of all the path names (though we do call res.json() with one giant object), and we now have some error handlers in the callbacks in that call (but not others) that catch errors and call next().

@adamnovak
Copy link
Member Author

I've also synced up subpath handling with vgteam/vg#4522 so that we can do the coordinate bars in terms of base paths, and handle queries in either base paths or single subpaths.

@adamnovak adamnovak merged commit 3a878b9 into master Feb 11, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Graph with too many paths can crash the server
1 participant