-
Updated
Mar 19, 2021 - Go
tcp
Here are 2,802 public repositories matching this topic...
-
Updated
Mar 20, 2021 - Go
-
Updated
Mar 16, 2021 - Go
-
Updated
Mar 22, 2021 - PHP
-
Updated
Mar 11, 2021 - C++
-
Updated
Nov 18, 2020 - Go
-
Updated
Mar 15, 2021 - C++
-
Updated
Jan 10, 2020 - Java
LTS Only Please
To prepare for Mirror LTS, please send PRs for LTS only for now :)
-
Updated
Oct 6, 2020 - JavaScript
We had an issue where an api user was using the incorrect parameters on an API call. Having this feature would have made the API fail instead of proceeding. The bug would been found earlier.
I can see where this would be a hassle on many cases, But it would be nice for new projects.
I suppose it could be a global config item that could be overridden at the individual action level:
For
-
Updated
Mar 13, 2021 - Shell
-
Updated
Mar 21, 2021 - C#
-
Updated
Dec 11, 2020
-
Updated
May 9, 2019 - C
It would be nice to have an example standard non-Docker systemd script, for the benefit of those running this outside a container.
-
Updated
Mar 18, 2021 - Go
-
Updated
Mar 23, 2021 - Java
My following WebClient is working fine with internet connection but not through our proxy connection.
WebClient webClient = WebClient.builder()
.baseUrl("https://targetsite.com")
.build();
webClient.post()
.uri("/service/serviceName")
.body(BodyInserters.fromObject(reqData))
.retrieve()
.bodyToMono(WebServiceResponse.class)
Event though, the sam
Improve this page
Add a description, image, and links to the tcp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tcp topic, visit your repo's landing page and select "manage topics."
这里的路由和server通信是否可以用一个长连接来维护更好