I have a multi-client thread set up, however, when I bounce my Server thread, I get the error, “Cannot bind on port xxxxx, address already in use.”. When I bounce the Server thread again, all connections come back up with no problems.
Server thread: troy_oru_recv
Client thread1: troy_oru_send
Client thread2: troy_orm_send
I have even tried putting my two client threads on different servers than the Server thread and this behaivor still occurs.
Anyone using Multi-Client Server that can tell me what I might be doing wrong?
Thanks!!