low-latency
Here are 148 public repositories matching this topic...
-
Updated
Jun 5, 2020 - Go
-
Updated
Jun 5, 2020 - Java
FEC and packet filter documentation currently lacks information about how two parties negotiate packet filter configuration.
if side A does not specify any packet filer, but side B does, then side A just accepts the configuration from side B.
If both sides specify different filter types, the connection is rejected.
For FEC, at least the number of columns has to be specified. This will enabl
-
Updated
May 10, 2020 - C++
-
Updated
May 28, 2020 - Python
-
Updated
Dec 20, 2019 - Java
UPDATE support
Is your feature request related to a problem? Please describe.
Tables with designated timestamp support inserts with a timestamp superior or equal to the latest. In some instances, new entries could be unnecessary duplicates, for example if a sensor sends the same reading several times, or if the reading does not change (only the timestamp)
-
Updated
May 5, 2020 - Java
-
Updated
Jun 7, 2020 - Java
Currently the syntax is like jet -a <address> -n <name> submit <jar> .. which looks rather odd. We should allow adding address/name after the commands as well.
There might be a few conflicts because -n in submit command is already used for other parameters.
-
Updated
Jun 3, 2020 - Java
REPRO STEPS:
- Navigate to the Argus viewmetrics page
- Paste in the following to the text input box
GROUPBY(-15m:-2m:foo.bar.-.-:some.metric.*.here{tag=baz}:avg:3m-avg, #(someRegexForGrouping)#, #SUM#)
- Click the Prettify button
EXPECTED:
The query entered should be formatted without changing the actual text of the query
GROUPBY(
-15m:-2m:foo.bar.-.-:some.metric.*.h
-
Updated
Jun 9, 2020 - Java
-
Updated
Jun 9, 2020 - C++
-
Updated
Oct 16, 2019 - C++
-
Updated
Aug 12, 2019 - Go
Couldn't see anything in the documentation about this.
Is it possible to run a HTTPS server and WSS on the same port but under different directories, or would you need to use another server on top to accomplish that?
-
Updated
May 23, 2020 - C++
-
Updated
Jun 1, 2020 - C++
-
Updated
Jun 4, 2019 - Java
-
Updated
May 3, 2019 - Java
-
Updated
May 14, 2020 - C++
-
Updated
Dec 29, 2019 - Java
- create docker-compose-vanilla.yaml
this command "docker-compose -f docker-compose-vanilla.yaml"
should start NGINX configured for vanilla-rtb docker image + vanilla-rtb image with 3-4 http_handler_test running on 3-4 different ports .
docker compose file should map volume for both nginx and vanilla-rtb , so that we could alter configuration if needed. - add performance tests results to o
-
Updated
Apr 13, 2020 - C++
-
Updated
Jun 3, 2020 - 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."
Problem
sio.connect()first connects to namespace/before connecting to other namespaces. Subsequentemit()commands are allowed before all namespaces are connected to - causing messages to disappear (due to namespace not connected yet).Adding
asyncio.sleep(1)before the firstemit()seems to fix the problem,in the documentation https://python-socketio.readthedocs.io/en