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

TransportNetworkCache swallows exceptions silently #301

Closed
abyrd opened this issue Jul 11, 2017 · 1 comment
Closed

TransportNetworkCache swallows exceptions silently #301

abyrd opened this issue Jul 11, 2017 · 1 comment
Assignees
Labels

Comments

@abyrd
Copy link
Member

abyrd commented Jul 11, 2017

When loading a TransportNetwork into the TransportNetworkCache, if an exception occurs and propagates all the way up to the cache, it is silently consumed and the cache returns null. This hides minor problems and prevents them from being logged when they are encountered on a remote server.

@mattwigway
Copy link
Contributor

mattwigway commented Jul 11, 2017

Ah, I also fixed this in my branch merge-request-types.

abyrd added a commit that referenced this issue May 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants