Closed twam closed 3 months ago
Any exceptions frontend are silently discard and not handled.
The issue is most likely that self._pipe_recv_frontend_exception defined in https://github.com/usb-tools/ViewSB/blob/51c85aa483277d098658dbff809c2cbd982fa59e/viewsb/analyzer.py#L62 is nowhere used.
self._pipe_recv_frontend_exception
Yes, process_analysis_queue should be handling these.
process_analysis_queue
Closed in preparation for archiving the repository. We have replaced ViewSB with Packetry.
Any exceptions frontend are silently discard and not handled.
The issue is most likely that
self._pipe_recv_frontend_exception
defined in https://github.com/usb-tools/ViewSB/blob/51c85aa483277d098658dbff809c2cbd982fa59e/viewsb/analyzer.py#L62 is nowhere used.