fix(core): update
This commit is contained in:
@ -118,7 +118,12 @@ export interface IUnifiedStreamDataPackage {
|
||||
keepAlive?: boolean;
|
||||
|
||||
/**
|
||||
* is there more data scheduled to be sent?
|
||||
* is backpressure detected on the readable side?
|
||||
*/
|
||||
backpressure?: boolean;
|
||||
|
||||
/**
|
||||
* does the writable side have more data scheduled to be sent?
|
||||
*/
|
||||
next?: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user