Code Review
/
cicn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
3b5437d
)
Correct bug on websocket
96/24696/1
author
Angelo Mantellini
<
[email protected]
>
Fri, 31 Jan 2020 08:09:21 +0000
(09:09 +0100)
committer
Angelo Mantellini
<
[email protected]
>
Fri, 31 Jan 2020 08:09:21 +0000
(09:09 +0100)
Signed-off-by: Angelo Mantellini <
[email protected]
>
Change-Id: Ibabb828188f3f472decef0b781fe9cf9accc196a
Websocket/WebSocketService.cpp
patch
|
blob
|
history
diff --git
a/Websocket/WebSocketService.cpp
b/Websocket/WebSocketService.cpp
index
c4cc83a
..
e1cc9ba
100644
(file)
--- a/
Websocket/WebSocketService.cpp
+++ b/
Websocket/WebSocketService.cpp
@@
-65,9
+65,9
@@
void* WebSocketService::listenWebsocket(void *webSocketServiceObject)
std::string command((char *) data, size);
- std::stringstream trimmer;
- trimmer << command;
- trimmer >> command;
+
//
std::stringstream trimmer;
+
//
trimmer << command;
+
//
trimmer >> command;
std::cout << command << std::endl;