This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
TT#102500 fix missing timestamping in websocket threads
closes
#1113
Change-Id: Id301a4c47f6e341777ce7c3b58fcea4c659d2f8d
pull/1116/head
Richard Fuchs
5 years ago
parent
708b48643b
commit
dec54fa3e0
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
daemon/websocket.c
+ 2
- 0
daemon/websocket.c
View File
@ -189,6 +189,8 @@ static void websocket_process(void *p, void *up) {
assert
(
wm
!
=
NULL
)
;
gettimeofday
(
&
rtpe_now
,
NULL
)
;
const
char
*
err
=
wm
-
>
func
(
wm
)
;
websocket_message_free
(
&
wm
)
;
Write
Preview
Loading…
Cancel
Save