Christopher Katsaras

Results 19 comments of Christopher Katsaras

I see that this solution works on whole data sets. Is there any way to associate a pattern with a specific piece of data (e.g a slice of a pie...

@jgoakley Thanks so much! Saved me a lot of time! Sorry for the late reply. @jtblin Any reason the pull request has not been accepted yet?

@Hwan-seok Thanks for providing your solution but I have one question. I don't see how this implementation prevents the server from crashing, similar to what is being reported in #2028...

Thanks for the quick response @Hwan-seok . This is very helpful!

Circling back to the original question, are there any plans to add guards to the `handleConnection` method in the future? @kamilmysliwiec

@Hwan-seok I've also noticed one ~~minor~~ issue with your solution. In `handleConnection` we verify and disconnect the connection if it's invalid. This works fine except there is a period of...

> As @ChrisKatsaras, I have suffered from this too. However, I don't think that that lapse of time is a minor issue 😅 I agree, @tonivj5 ! Here's to hoping...

Hey @Hwan-seok ! Thanks for the quick reply. Unfortunately, adding await doesn't solve the problem due to the fact that the WebSocket establishes the connection (either before or at the...

Thanks for adding that information @xWiiLLz ! Glad I could help out 😄

@tmtron the only thing to note with your fix is that if the function name was to ever change in a future version, you would have to update your reference....