szguoxz
szguoxz
After two years, still not fixed? I thought it's an easy fix. YEs, I can write delete(x=>idquery.take(100).contains(x.id)), but it's much more elegant to write query.take(100).delete(). besides it worked on SQL...
In the PathStats, there's a lost_packet. I am wondering what this means? Does this mean quinn finally give up re-transmitting the packet? Or is it just quinn found a packet...
Actually I created the same quic VPN to replace openvpn for my personal use. But my implementation does not support Mac OS, only support Windows and Linux. I am looking...
I have checked the source code, seems like there's no code to actually stop/wait to complete the running queries?
There is no set_auto_ping at all? I suppose it's a typo from you, but still, this is not clear, not sure what you are saying: otherwise frames are being captured...
> If set_auto_pong is not explicitly set to false before splitting the channel rx channel reads OpCode::Pong (when ping is received), Can you say this is a bug? Can't believe...
The problem I have here is: I want to have a hashmap to save all the tx for future lookup. The map is static variable using lazy lock. In order...
So, you PR is not merged yet? I thought pgcat is a drop-in replacement of pgbouncer. I am really suprised to find out it does not have this feature. But...
Thanks, It won't work until I added the unstable_split feature. Does it work for you with default setup?