If AIService subclasses implement start()/stop()/cancel() and exception are not handled, execution will not continue and therefore the originator frames will not be pushed. This would cause the pipeline to not be started (i.e. StartFrame would not be pushed downstream) or stopped properly.
296 B
296 B
- Fixed an issue in
AIServicewhere unhandled exceptions instart(),stop(), orcancel()implementations would preventprocess_frame()to continue and thereforeStartFrame,EndFrame, orCancelFramefrom being pushed downstream, causing the pipeline to not start or stop properly.