1
0
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:
Bryan Roe
2019-01-11 12:28:48 -08:00
parent 71a9d2ba17
commit 678ab7e687
2 changed files with 12 additions and 2 deletions

View File

@@ -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;