mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-01-09 03:53:26 +00:00
Updated so attempts to end an already end'ed stream is ignored
This commit is contained in:
@@ -52,6 +52,7 @@ typedef struct ILibDuktape_readableStream
|
||||
#else
|
||||
int pipe_pendingCount; // No Atomic Built-ins... Use a Mutex
|
||||
#endif
|
||||
int endRelayed;
|
||||
int pipeInProgress;
|
||||
int unpipeInProgress;
|
||||
int bypassValue;
|
||||
|
||||
Reference in New Issue
Block a user