kcrazy

Results 16 comments of kcrazy

Hello @kataras This problem only appears in the v12.2.0-alpha2 version The v12.1.8 version seems to be normal On the front end: Send 2 GET requests at same time ``` GET...

in my sessions.Config `AllowReclaim: true`, but there are still problems. This means that the A value I set will be lost

Hi Ilya. Nice to discuss with you. I think ConnectTimer is still very necessary. What I worry about is that if there is a problem on the server side and...

Hi Ilya. This is my test code. This is a driver. When it runs to IOCTL_SOCKET_CONNECT, it will cause the program to block, if the server is not Listening ```c...

Hi Ilya. this is my textlog, I run my driver generated ``` [0]0004.0138::02/22/2021-10:45:11.891 [viosock.sys]VIOSockCreate [0]0004.0138::02/22/2021-10:45:11.891 [viosock.sys]Socket 1 (6C728818) initializing [0]0004.0138::02/22/2021-10:45:11.891 [viosock.sys]--> VIOSockReadSocketQueueInit [0]0004.0138::02/22/2021-10:45:11.891 [viosock.sys] VIOSockBoundAdd [0]0004.0138::02/22/2021-10:45:11.891 [viosock.sys]Socket 1, 0x00000000(CLOSE) -->...

Hi Ilya. this is my new textlog with the latest patch. ``` [1]0004.1628::02/25/2021-10:02:14.111 [viosock.sys]VIOSockCreate [1]0004.1628::02/25/2021-10:02:14.111 [viosock.sys]Control socket 1 (720058F0) initializing [1]0004.1628::02/25/2021-10:02:14.111 [viosock.sys] VIOSockEvtIoDeviceControl [1]0004.1628::02/25/2021-10:02:14.111 [viosock.sys]--> VIOSockDeviceGetAf [1]0004.1628::02/25/2021-10:02:14.111 [viosock.sys] VIOSockReadSocketQueueInit [1]0004.1628::02/25/2021-10:02:14.111...

Sorry, this issue is not related to the number of blogs. through my debugging, I've found that the reason is my config.toml: ``` # default_language = "en." ##

I tried to condense my article to pinpoint where the issue might lie, but it seems the problem only arises when the entire article is put together. I noticed: components\libs\Cargo.toml:...

The error still persists in the `next` branch. 47a862f21f1f6eefe8eb579d245601f21301c68b

i created a private repo here [zola_blog](https://github.com/kcrazy/zola_blog)