We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac7123 commit 5eb2f4dCopy full SHA for 5eb2f4d
1 file changed
DqServer.php
@@ -236,7 +236,7 @@ private function get_fd(){
236
socket_close($sfd);
237
throw new DqException('socket_set_option failed reason:'.socket_strerror(socket_last_error()));
238
}
239
- $this->fd = $sfd;
+ $this->fd = $sfd;
240
return $sfd;
241
}catch (DqException $e){
242
self::wirteLog($e->getDqMessage(),DqLog::LOG_TYPE_EXCEPTION);
0 commit comments