Socket has failed to bind on port
#3

Quote:
Originally Posted by DRIFT_HUNTER
View Post
Looks like process is not killed and still running, hence still using given port and when you try to start new process, that port is already taken by previous instance.
My server doesn't work when i kill him with Linux command, and my socket is unloaded.
I read on goo gle that I have to open the port on my machine..
"Open a TCP port on your firewall (9014 is the default one)."
My server use 7777 port..


PHP Code:
public OnGameModeExit()
{
    if(
is_socket_valid(SocketID))
    {
        
socket_stop_listen(SocketID);
        
socket_destroy(SocketID);
    }
    return 
1;

Reply


Messages In This Thread
Socket has failed to bind on port - by OsmanMalagic - 23.05.2020, 13:02
Re: Socket has failed to bind on port - by DRIFT_HUNTER - 23.05.2020, 13:47
Re: Socket has failed to bind on port - by OsmanMalagic - 23.05.2020, 14:33
Re: Socket has failed to bind on port - by OsmanMalagic - 25.05.2020, 17:13
Re: Socket has failed to bind on port - by OsmanMalagic - 27.05.2020, 11:08
Re: Socket has failed to bind on port - by OsmanMalagic - 28.06.2020, 15:47
Re: Socket has failed to bind on port - by Kwarde - 28.06.2020, 16:02
Re: Socket has failed to bind on port - by OsmanMalagic - 28.06.2020, 17:06
Re: Socket has failed to bind on port - by Kwarde - 28.06.2020, 17:11
Re: Socket has failed to bind on port - by OsmanMalagic - 28.06.2020, 17:16

Forum Jump:


Users browsing this thread: 1 Guest(s)