Details
-
Improvement
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Currently, pipe streams that are received very early (e.g. during user join) cannot always be reliably processed using a custom `onpipe` handler set on the client, since the pipe streams may be received before the handler can ever be set.
We should offer some way to allow custom clients to process pipe streams that were already received prior to the any custom JS handlers being set up.