Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
system
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
_site-res
system
Commits
73c53c21
Commit
73c53c21
authored
May 03, 2018
by
tufengqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
异步逻辑修改
parent
c429db10
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ThriftAsyncServiceFactoryProxy.php
classes/fpf/thrift/ThriftAsyncServiceFactoryProxy.php
+2
-0
ThriftServiceFactoryProxy.php
classes/fpf/thrift/ThriftServiceFactoryProxy.php
+0
-2
No files found.
classes/fpf/thrift/ThriftAsyncServiceFactoryProxy.php
View file @
73c53c21
...
...
@@ -15,6 +15,7 @@ class ThriftAsyncServiceFactoryProxy
private
$instance
=
null
;
private
$transport
=
null
;
private
$socket
=
null
;
private
$tem_class
=
''
;
const
BINARY
=
0
;
const
JSON
=
1
;
...
...
@@ -36,6 +37,7 @@ class ThriftAsyncServiceFactoryProxy
$service_check_arr
=
$check_ret
[
BaseConstant
::
MSG
];
$service_name_space_str
=
$service_check_arr
[
0
];
$service_str
=
$service_check_arr
[
1
];
$this
->
tem_class
=
'\\service\\'
.
$service_name_space_str
.
'\\'
.
$service_str
;
if
(
empty
(
$service_module_hosts
[
$service_name_space_str
.
'-'
.
$service_str
]))
{
$service_config
=
$service_default_hosts
;
}
else
{
...
...
classes/fpf/thrift/ThriftServiceFactoryProxy.php
View file @
73c53c21
...
...
@@ -11,7 +11,6 @@ class ThriftServiceFactoryProxy
private
$instance
=
null
;
private
$transport
=
null
;
private
$socket
=
null
;
private
$tem_class
=
''
;
const
BINARY
=
0
;
const
JSON
=
1
;
...
...
@@ -28,7 +27,6 @@ class ThriftServiceFactoryProxy
$service_check_arr
=
$check_ret
[
BaseConstant
::
MSG
];
$service_name_space_str
=
$service_check_arr
[
0
];
$service_str
=
$service_check_arr
[
1
];
$this
->
tem_class
=
'\\service\\'
.
$$service_name_space_str
.
'\\'
.
$service_str
;
if
(
empty
(
$service_module_hosts
[
$service_name_space_str
.
'-'
.
$service_str
]))
{
$service_config
=
$service_default_hosts
;
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment