Richard Henry

Results 8 comments of Richard Henry

I just added these options in [my PR](https://github.com/sushichop/Puppy/pull/93), but I wonder why the file handle isn't writeable for you... 😵‍💫

I also added flushMode and writeMode to FileRotationLogger because those seem to be missing (FileLogger supports this).

Hi @sushichop, do you think this would be a good idea to merge into main? Do you think it makes sense to put these initializer arguments behind a compile-time check...

@sushichop Thanks, should be fixed — can you trigger another test run?

Still seeing the same errors even when explicitly calling `sink.close().await?` on the PubSubSplitSink before dropping it: ``` thread 'rocket-worker-thread' panicked at /Users/richard/.cargo/git/checkouts/rustis-30c4e1a4cdea814e/e59ced7/src/network/network_handler.rs:545:17: [127.0.0.1:6381] Received unexpected message: Ok(SimpleString("PONG")) stack backtrace: 0:...

I'm struggling to repro this in a test also. I have tried spawning multiple tokio tasks using the pool concurrently and that also isn't triggering the problem. I'll try your...

Still seeing similar issues unfortunately. The error I'm getting from rustis is `Client("send failed because receiver is gone")` The debug logs I'm seeing from rustis immediately before the issue are:...

Thanks - I'll give this a try later this week