Davidson Francis
Davidson Francis
Hi @WebmasterTD, Since wsServer is such a small project with a quick build time, I've never really bothered with this, but if you'd like to work on it, I'd gladly...
Kernel 5.4.72 Slackware 14.2 Current - Intel Core i5-7300HQ (Mitigations ON): ```text Model name: Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz Vulnerability Meltdown: Mitigation; PTI Avg of mode switch takes 656.33...
Hi @caiiiycuk, Wow, this is really very interesting! I never imagined that wsServer would be used in an Android app published on the Play Store, let alone have 10k active...
Thank you for your detailed response. The execution flow is approximately as follows: ```c ws_socket() ws_accept() // on a new thread or not ws_establishconnection() // handles client messages, always on...
Hi @caiiiycuk, Just to let you know, I haven’t been able to reproduce the issue yet. I downloaded your app to my phone, and it works without any problems. I...
Hi @caiiiycuk, The parameter in question is a `const char*`, but it can also accept other pointer types, such as `struct timeval*`. However, it appears that this generates a warning...
Hi @saenai255, Thanks for the suggestion, maybe I should add a section on the README for 3rd party projects that uses wsServer in some way.
@xzores Please see #84.
Hi @saenai255, Sorry for the huge delay, > Maybe add a link to my project in the README if you find it interesting or useful Done, link: https://github.com/Theldus/wsServer#3rd-party-projects
Hi @habi498, This is a long standing feature requested for a few years, since issue #31 at least. I haven't implemented it yet because I'm not sure on how to...