-
-
Notifications
You must be signed in to change notification settings - Fork 159
Closed
Labels
Description
I am building Socket TCP Server for laravel .
I want to keep all the connections alive till i don't do connection->close(). But when i do connectionWrite->write ("Hello world") the message is depicted on client screen but connection is also closed. I don't want the connection to die. I want to reuse the connection in future transaction with server. I don't want to close the connection as it does on its own. I am using Postman like Nightingale for testing( as a client).
