-
Updated
May 18, 2020 - Java
netty
Here are 1,026 public repositories matching this topic...
没有消息回执
Bug 描述
客户端或服务端发消息,对方收到消息后,没有发送回执,无法判断消息是否发送成功.
这是一个很大的漏洞,如果要做离线消息的话,消息是否发送成功是一个非常重要的点
The official Widgets Development Guide only contains the most basic widget types as example.
There is no functional example for a Flot chart in there right now. Or is it?
Since this is one of the most useful and probably used (at leat to me) widgets it would be very helpful to extend that docum
how to add a global message listener. all event or without event message can send to here.
<img width="287" alt="default" src="https://user-images.githubusercontent.com/2519544/42929452-af25cccc-8b6c-11e8-903d-46fbaaacae1d.png"
-
Updated
May 20, 2020 - Java
In our codebase, we push RequestContext and immediately run some code with try-with-resources.
For example:
try (SafeCloseable ignored = ctx.push()) {
logger.trace(decorate(msg));
}If RequestContext provides run(Runnable) or call(Callable) we can reduce boilerplate code and simplify it.
ctx.run(() -> logger.trace(decorate(msg));This is inspired by g
-
Updated
May 10, 2020 - Java
-
Updated
Apr 25, 2020
There are a number of issues related to LoadBalancedRSocketMono that depend on deeper review of the current implementation:
- #745
- #716
- #713
- #654
- #633
- #725
-
Updated
May 19, 2020 - Java
-
Updated
Aug 12, 2019
-
Updated
May 18, 2020 - Java
-
Updated
Mar 7, 2020 - Java
Please check the reproducible example here: https://github.com/michaelr524/reactor-netty-ssl-leak
mvn clean package
java -jar target/reactor-netty-ssl-leak-1.0-SNAPSHOT.jar
- Reactor version(s) used: 0.9.4.RELEASE
- Other relevant libraries versions (eg.
netty, ...): - JVM version (
javar -version):
openjdk version "12.0.2" 2019-07-16
OpenJDK Runtime Environment (build 12.0
-
Updated
Apr 22, 2020 - Java
It would be nice to have the ability to configure security access for each Kibana space:
- none: no access to one Kibana space
- read: read access to one Kibana space
- all: all access to one Kibana space
All that associated to one role in readonlyrest.yml
-
Updated
May 18, 2020 - Java
-
Updated
Oct 19, 2019
Improve this page
Add a description, image, and links to the netty topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the netty topic, visit your repo's landing page and select "manage topics."

The core documentation on how to make requests says to use xxxNow to make request from a client, but those methods are deprecated, e.g., getNow.