Yang

Results 24 comments of Yang

I have seen a similar issue multiple times. It happens after the server runs for a while (like a week or so). Then this error bring the service down. ```...

BTW it's version `3.6.2`. Seems to be related to the jdbc driver as well? ``` The last packet sent successfully to the server was 0 milliseconds ago. The driver has...

@vietj I tried it after running the server for a while. It seems like all of them are tcp connections. The number keeps growing over the two days. I'm guessing...

@vietj thanks for the reply! QQ: when you say clients, those clients are not necessarily the http client of vertx right? Other http client implementations should also be good as...

pretty cool @xliu45 would you mind fixing the format?

Great to see that you actually use recursion to solve the problem. It's very good practice. But the code looks a bit messy. It would be much cleaner if you...

@JoannaCode Then you probably need to format it using IDE before commit.

@JoannaCode Just don't use tab. Instead, use space. You won't be able tell a difference in your local environment because your tab size is set to 4. To distinguish spaces...

@hustldw please review