-
Updated
Feb 14, 2021 - Go
tcp
Here are 2,768 public repositories matching this topic...
-
Updated
Feb 23, 2021 - Go
-
Updated
Feb 23, 2021 - Go
-
Updated
Feb 7, 2021 - PHP
-
Updated
Feb 17, 2021 - C++
-
Updated
Nov 18, 2020 - Go
-
Updated
Feb 1, 2021 - C++
-
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
LTS Only Please
To prepare for Mirror LTS, please send PRs for LTS only for now :)
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Feb 27, 2021 - Shell
-
Updated
Feb 26, 2021 - C#
-
Updated
Dec 11, 2020
-
Updated
May 9, 2019 - C
-
Updated
Feb 24, 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
Jan 4, 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通信是否可以用一个长连接来维护更好