Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
k-sdk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈伟灿
k-sdk
Commits
7d285570
Commit
7d285570
authored
Aug 31, 2020
by
黄振令
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【修改内容】nanomsg修改回及时发送,不然如果那个应用没起来会死等
parent
ebff3b9d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
common/api/com_api.c
common/api/com_api.c
+2
-2
platform/zigbee/app/builder/Z3GatewayHost/libapi_com.so
platform/zigbee/app/builder/Z3GatewayHost/libapi_com.so
+0
-0
No files found.
common/api/com_api.c
View file @
7d285570
...
...
@@ -410,9 +410,9 @@ int kk_ipc_send_ex(ipc_type type, void* data, int len, char* chalMark)
memcpy
(
buf
+
filterlen
,
data
,
len
);
if
(
type
==
IPC_MID2PLAT
){
nn_send
(
Mloop_ctrl
.
ab
.
n
,
&
buf
,
NN_MSG
,
0
);
//NN_DONTWAIT
nn_send
(
Mloop_ctrl
.
ab
.
n
,
&
buf
,
NN_MSG
,
NN_DONTWAIT
);
//NN_DONTWAIT
}
else
{
nn_send
(
Bloop_ctrl
.
ba
.
n
,
&
buf
,
NN_MSG
,
0
);
nn_send
(
Bloop_ctrl
.
ba
.
n
,
&
buf
,
NN_MSG
,
NN_DONTWAIT
);
}
}
...
...
platform/zigbee/app/builder/Z3GatewayHost/libapi_com.so
View file @
7d285570
No preview for this file type
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