Wip_tcpservercreate still listening?

hi.

i want to know wheater WIP_CEV_ERROR error code shows server socket stopped listening or just spawned socket closed?

simply, i create a server socket which listens a port. when a client connects this socket and somehow wip_cev_error code occurs, does this cause the server socket stop listening? or this error code means that only spawned socket closed and not avaliable anymore?

what i want server socket to do is just listening all the time and never stops. if somehow it stops, then it should start again. how can i ensure that?