Hi
I started experimenting with the UNET LLAPI yesterday and I can't seem to get it work right. The documentation seems very limited also.
I created a simple client and server system. Server accepts multiple client connections and client just tries to connect to an ip of the server. Server keeps active connections in a list. If connection is made, it adds it to the list, if connection disconnects, it is removed from the list. When the connection is not in the list, no messages are sent by...
LLAPI Issues
I started experimenting with the UNET LLAPI yesterday and I can't seem to get it work right. The documentation seems very limited also.
I created a simple client and server system. Server accepts multiple client connections and client just tries to connect to an ip of the server. Server keeps active connections in a list. If connection is made, it adds it to the list, if connection disconnects, it is removed from the list. When the connection is not in the list, no messages are sent by...
LLAPI Issues