Github user sstach commented on a diff in the pull request: https://github.com/apache/thrift/pull/1093#discussion_r80483149 --- Diff: lib/php/lib/Thrift/Transport/TSocket.php --- @@ -255,6 +255,16 @@ public function close() } /** + * Close the socket and try to + */ + public function reconnect() --- End diff -- Here we need a functionality to close a socket even if it`s persistent and open it again. This way we can react to the situation mentioned in the above comment.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---