Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dap-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
7
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dap
dap-sdk
Commits
628e8fd0
Commit
628e8fd0
authored
5 months ago
by
Constantin P.
💬
Browse files
Options
Downloads
Plain Diff
Merge branch 'hotfix-mt-send' into 'master'
... See merge request
!429
parents
3fe415cd
74016a06
Loading
Loading
1 merge request
!429
...
Pipeline
#46576
passed with stage
in 30 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
net/server/notify_server/src/dap_notify_srv.c
+8
-3
8 additions, 3 deletions
net/server/notify_server/src/dap_notify_srv.c
with
8 additions
and
3 deletions
net/server/notify_server/src/dap_notify_srv.c
+
8
−
3
View file @
628e8fd0
...
...
@@ -216,13 +216,18 @@ static void s_notify_server_callback_queue(dap_events_socket_t * a_es, void * a_
log_it
(
L_ERROR
,
"Wrong worker id %u for send_inter() function"
,
l_worker_id
);
continue
;
}
char
*
l_arg
=
#ifdef DAP_EVENTS_CAPS_IOCP
a_arg
;
#else
DAP_DUP_SIZE
(
a_arg
,
l_str_len
+
1
);
#endif
dap_events_socket_write_mt
(
dap_events_worker_get
(
l_worker_id
),
l_socket_handler
->
uuid
,
a
_arg
,
l_str_len
+
1
);
l_socket_handler
->
uuid
,
l
_arg
,
l_str_len
+
1
);
}
pthread_rwlock_unlock
(
&
s_notify_server_clients_mutex
);
#ifdef DAP_EVENTS_CAPS_IOCP
DAP_DELETE
(
a_arg
);
#endif
}
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment