-
Updated
Sep 21, 2020 - Swift
networking
Here are 3,536 public repositories matching this topic...
Currently we use a pretty naive removal of testing dependencies for SwiftPM by setting an environment variable. We should be able to use Rocket and update our Rakefile script to just remove testing dependencies on each release, and keep it in the development process thanks to that.
The idea came from this PR that I saw RxSwiftCommunity/RxOptional#83, which sounds reall
-
Updated
Sep 24, 2020 - Rust
-
Updated
Jul 10, 2020 - Python
-
Updated
Sep 24, 2020 - Go
After discussion with @Lukasa on Discord, it's been shown that the function should not return FileRegion as can be seen from the comments in #975. Hence, just a nit to remove FileRegion from the function docs return type.
It would be useful to be able to toggle/flag into a process-level mode to group by pid and display more process-level information like the full command line.
- For the "Utilization by process name" window, we could group by pid rather than process name so that it's easier to find specific heavy network resource consumers.
- For the "Utilization by connection" window, including the pid + cmdlin
-
Updated
Sep 24, 2020 - C++
-
Updated
Jun 4, 2020 - Python
-
Updated
Aug 22, 2020 - Java
-
Updated
Sep 18, 2020 - C++
-
Updated
Sep 20, 2020 - C
-
Updated
Sep 24, 2020 - Assembly
-
Updated
Sep 23, 2020 - Kotlin
-
Updated
Sep 14, 2020 - Swift
What should happen if deliver_cancel raises an exception? In the current implementation, the shielded cancel scope will prevent it from propagating until the process exits, which might take a while if the crash occurred before signaling the process in any way. Maybe on exception from a user-specified deliver_cancel we should call the default deliver_cancel to kill the process? Or just kill() since
-
Updated
Sep 21, 2020 - Go
We currently only test our autoscaling behavior for concurrency and rps. We should add an e2e test that also asserts we properly scale on `
-
Updated
Sep 7, 2020 - C++
-
Updated
Sep 11, 2020 - Swift
-
Updated
Sep 16, 2020 - Go
-
Updated
Jul 15, 2020 - C++
If you are using gnet in your projects and willing to display the name of your project or corporation on the home page, please feel free to open a PR for it.
This is where I show the user cases: User cases of gnet for English, gnet 用户案例 for Chine
-
Updated
Sep 7, 2020 - TypeScript
Improve this page
Add a description, image, and links to the networking topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the networking topic, visit your repo's landing page and select "manage topics."
Wanted to discuss this before opening a PR: is everyone okay with a bulk conversion from the old-style ASSERT macro to the new-style ASSERT_EQ, ASSERT_NE, etc. macros?
It'll cause a bit of churn in
test/but it should make debugging tests a lot easier.