Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
36daf66f
Unverified
Commit
36daf66f
authored
Sep 25, 2020
by
Chao Ma
Committed by
GitHub
Sep 25, 2020
Browse files
update (#2236)
parent
25a8e3f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/rpc/network/socket_communicator.cc
src/rpc/network/socket_communicator.cc
+2
-0
No files found.
src/rpc/network/socket_communicator.cc
View file @
36daf66f
...
@@ -263,6 +263,8 @@ void SocketReceiver::Finalize() {
...
@@ -263,6 +263,8 @@ void SocketReceiver::Finalize() {
for
(
auto
&
socket
:
sockets_
)
{
for
(
auto
&
socket
:
sockets_
)
{
socket
.
second
->
Close
();
socket
.
second
->
Close
();
}
}
server_socket_
->
Close
();
delete
server_socket_
;
}
}
void
SocketReceiver
::
RecvLoop
(
TCPSocket
*
socket
,
MessageQueue
*
queue
)
{
void
SocketReceiver
::
RecvLoop
(
TCPSocket
*
socket
,
MessageQueue
*
queue
)
{
...
...
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