-
Updated
Jun 17, 2022 - Java
netty
Here are 1,358 public repositories matching this topic...
-
Updated
May 18, 2022
-
Updated
Jul 22, 2022 - Java
-
Updated
Jul 22, 2022 - Java
-
Updated
Feb 26, 2022 - Java
In console of most IDE, links are automatically transformed as hyperlink (ie clickable). But the separator is the space.
When a link is surrounded by parentheses, the parentheses are taken into the URL.
So, when displaying a link in (standard or error) outputs as CLI, I suggest to add an extra space arround the link to ensure consoles doesn't render the faulty parenthesis as part of the URL.
This is an example stack trace of a CompositeException:
com.linecorp.armeria.common.util.CompositeException: 2 exceptions occurred.
at com.linecorp.armeria.common.stream.AbstractStreamMessage$CloseEvent.notifySubscriber(AbstractStreamMessage.java:273)
at com.linecorp.armeria.common.stream.DefaultStreamMessage.notifySubscriberOfCloseEvent0(DefaultStreamMessage.java:300)
at com.lineco
-
Updated
May 31, 2022 - Java
-
Updated
Jul 14, 2022 - Java
-
Updated
Jul 23, 2022 - Java
-
Updated
Aug 10, 2021
-
Updated
Nov 15, 2021 - Java
More details here
violetagg/reactor-netty-workshop#2
-
Updated
Jun 28, 2020
-
Updated
Sep 26, 2021 - Java
-
Updated
Jun 21, 2022 - Java
-
Updated
Dec 9, 2021 - Java
-
Updated
Jul 12, 2022 - Java
-
Updated
Jun 21, 2022 - Java
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."
这里的路由和server通信是否可以用一个长连接来维护更好