low-latency
Here are 227 public repositories matching this topic...
Describe the Bug
The JSON response sent back over HTTP doesn't encode certain characters correctly.
For example, if a value in a string column contains the char \1 the byte value is copied verbatim in the response, breaking the client:
>>> json.loads('"\1"')
...
json.decoder.JSONDecodeError: Invalid control character at: line 1 column 2 (char 1)Instead, we shou
Add --add-exports jdk.management/com.ibm.lang.management.internal only when OpenJ9 detected.
Otherwise we got WARNING: package com.ibm.lang.management.internal not in jdk.management in logs
-
Updated
Mar 21, 2022 - Go
-
Updated
Mar 16, 2022 - Python
-
Updated
Mar 22, 2022 - Java
-
Updated
Mar 16, 2022 - C++
-
Updated
Mar 9, 2022 - C++
-
Updated
Aug 30, 2021 - Python
-
Updated
Mar 23, 2022 - C++
-
Updated
Mar 14, 2022 - C#
-
Updated
Jan 27, 2022 - Java
For example, given a simple pipeline such as:
Pipeline p = Pipeline.create();
p.readFrom(TestSources.items("the", "quick", "brown", "fox"))
.aggregate(aggregator)
.writeTo(Sinks.logger());
I'd like aggregator to be something requiring a non-serialisable dependency to do its work.
I know I can do this:
Pipeline p = Pipeline.create();
p.readFrom(TestSource
-
Updated
Mar 19, 2022 - C++
-
Updated
Mar 21, 2022 - Go
-
Updated
Mar 15, 2022 - HTML
-
Updated
Mar 12, 2022 - C++
-
Updated
Aug 22, 2021 - Java
-
Updated
Feb 16, 2022 - Java
-
Updated
Dec 30, 2021 - C
-
Updated
Mar 2, 2022 - C++
-
Updated
Feb 15, 2022 - Jupyter Notebook
-
Updated
Mar 6, 2022 - Java
-
Updated
Mar 14, 2022 - C++
-
Updated
Mar 23, 2022 - C
Improve this page
Add a description, image, and links to the low-latency topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the low-latency topic, visit your repo's landing page and select "manage topics."
描述(Description)
用户点播视频,PC端使用WebRtc播放,当用户关闭视频后,云服务器利用回调函数,主动踢掉用户播放的视频流,该过程进行十几次后,云服务器的CPU一直处于98%的状态,即使没有任何推流操作,cpu也无法得到释放。
v 4.0.198重现(Replay)
本地推流到SRS云服务器PC端成功播放视频后,主动关闭视频,云服务器使用回调函数,进行主动踢流重复十几次后,CPU处于98%的状态期望行为(Expect)
频繁推流、拉流、