-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Description
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
Assignees
Labels
bugSomething isn't workingSomething isn't working