Skip to content

Bug: Paging guidance plugin is still broken #200

@waldekmastykarz

Description

@waldekmastykarz

Despite our previous work, there are still issues with the paging plugin. You get different kids of exceptions (Stream has already been closed, Invalid chunk length ''', etc) when you test the proxy without debugger attached and a breakpoint.

The latest lead we have is that it's might be cause by the fact that our events and event handlers are sync while those implemented in Titanium are async. Because our event handlers can't be awaited, by the time our event handlers are executed, the code in Titanium has moved on. We have to check if changing our events and event handlers to async would help address this issue. For now, we'll disable the paging plugin.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions