Eddie

Results 7 comments of Eddie

@kwhitley I added additional information to README. Let me know if there's anything else I need to work on. tx :)

@murgatroid99 Something similar to this issue. If create a new connection repeatedly during periodic disconnections, the existing stream does not seem to disappear. Were there any further developments related to...

When will this issue be completed?

@kwhitley please give me feedback :)

I tested it, but the issue did not occur. using node v14.16.1, ts 4.2.3 ``` const ns = cls.getNamespace('app'); ns.run(async () => { ns.set('key', 'value'); await Promise.resolve() .then(() => {...

I am commenting because a similar problem occurred ``` async function zstdCodecStreamingTest(level) { const zstdCodecStreaming = new Promise(async (resolve) => ZstdCodec.run((binding) => resolve(new binding.Streaming())) ); const dst = path.join(__dirname, 'samples',...

I found that OOM occurs when testing while adjusting the level. But I haven't found the cause, so is there anything else I need to check?