engn33r
engn33r
Thanks! To answer your questions: 1. Unfortunately no, I do not plan to keep the list updated. I created the list for a journal article (published in the Oct '20...
I don't know if this helps, but I was testing the NVD CVE API recently and the following bash 1-liner should list the CPEs associated with a file of CVEs:...
@adamwojt #749 is about static typing, we can discuss more there. Help would be very much appreciated, even if the PR only adds partial type hint support!
I can't tell exactly what is going on so I will list off some ideas to try. The server might be sending data to the client that is not handled...
@bubbleboy14 thanks, I'll take a closer look at the PR soon but it looks good at first glance. I think it would be good to add flexibility instead of hardcoding...
I merged #838 which fixes this issue
@maksimu I'm away from my computer right now, but later this month I plan to catch up on everything
Great upgrade, thanks @bubbleboy14! My comments: - Nice idea to use inheritance for the Dispatcher classes to reduce redundancy - I like how the logging message mentions how many frames...
I can recreate what @NadavK shared. My opinion is that this is expected behavior and I [updated the README](https://github.com/websocket-client/websocket-client/commit/cc09510e594c5d7ebe311098982429d6b19d723b) to clarify this detail. I will share my explanation and then...
The answer I gave in #314 is still accurate. It is acknowledged that this feature is not supported in [the FAQ](https://websocket-client.readthedocs.io/en/latest/faq.html#is-websocket-compression-using-the-permessage-deflate-extension-supported) and [README](https://github.com/websocket-client/websocket-client#websocket-client). A PR would be greatly appreciated if...