Hey everyone, just a quick question to all the blender network people.
Im try to use the blender engine to be the server instead of a python script, the only problem is the command ‘socket.accept()’. It is a blocking network command which freezes the server until someone connects.
Do you know another way/command to accept clients without the blocking?