-
Updated
Apr 8, 2021 - Go
tcp
Here are 2,843 public repositories matching this topic...
-
Updated
Apr 8, 2021 - Go
-
Updated
Apr 9, 2021 - Go
-
Updated
Mar 29, 2021 - PHP
-
Updated
Mar 11, 2021 - C++
-
Updated
Mar 26, 2021 - Go
-
Updated
Apr 5, 2021 - C++
LTS Only Please
To prepare for Mirror LTS, please send PRs for LTS only for now :)
-
Updated
Jan 10, 2020 - Java
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
Apr 10, 2021 - C#
-
Updated
Dec 11, 2020
It would be nice to have an example standard non-Docker systemd script, for the benefit of those running this outside a container.
-
Updated
May 9, 2019 - C
-
Updated
Apr 7, 2021 - Java
-
Updated
Apr 1, 2021 - Go
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
-
Updated
Apr 10, 2021 - C++
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通信是否可以用一个长连接来维护更好