Re: Select servers, not secure?

2020-09-02 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Select servers, not secure? Select servers are fine.  You probably want to use something easier like gevent or asyncio because select is kind of a pain to deal with, but in terms of security you will have much bigger problems than whether or not select is secure, and in so far as I&#

Select servers, not secure?

2020-09-02 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Select servers, not secure? Hi. So I've heard about select servers in Python, which I believe you need for making it a multi-client server. However, I have also heard that they're non-secure. If not, how can I secure my select servers, and if they are actually secure, well