network
Here are 4,410 public repositories matching this topic...
According do android documentation onTermiante callback is invoked only emulated environments.
https://developer.android.com/reference/android/app/Application.html#onTerminate()
Invoking Log.appenderClose(); on oTerminate() will have no effect since onTerminate is not invoked.
-
Updated
Apr 29, 2020
-
Updated
Jun 10, 2020 - JavaScript
-
Updated
Jan 22, 2020
Issue description
In writing rust zmq bindings for tokio, the question came up about when zmq_send and zmq_recv might return EAGAIN when passed the ZMQ_DONTWAIT flag in a multipart message. The implication of the high water mark documentation is that it will only return EAGAIN on the first part of the multipart message, but I couldn't find it explicitly stated anywhere that this
-
Updated
May 19, 2020 - Python
I installed kubeadm following instructions given here: https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/
on 1 master and 2 worker nodes in a cluster and on the master did a kubeadm init with --pod-network-cidr=10.244.0.0/16 and --apiserver-advertise-address of my master node.
It went well and after finishing init, I then run the command and I get
On hold
please wait before starting anything. There will be a major update to Hinty to tackle type hinting of the core (at least fields & packet). This will allow contributors to tackle smaller parts (the layers). In the meantime, have a look at the other contributions wanted page: secdev/scapy#399 - thanks
Project "Hinty" aims at adding **Type hi
-
Updated
Jun 8, 2020 - Java
New Issue Checklist
- I have tried with the latest version of OHHTTPStubs
- I have read the README
- I have read the Using the right Swift Version of
OHHTTPStubsfor your project section - I have
Consider this scenario:
My phone is connected to WiFi(4g), the power goes off, and my mobile data(2g) kicks into action. If there were multiple assets fetched for 4g, all their low quality equivalents will now be fetched.
This will also happen when I am travelling between places as my data speed keeps fluctuating.
I am not sure what the solution to this problem is but I believe we shouldn'
-
Updated
Jun 8, 2020 - Shell
-
Updated
Jun 3, 2020 - Swift
- Move the sizing documentation out from the FAQ
- Discuss about the drivers to use
- Discuss about the flow collection speed
Documentation!?
I really don't understand why you didn't spend additional 30 min to create a good documentation for such a great project
-
Updated
Jun 8, 2020 - C++
-
Updated
Jul 25, 2019 - JavaScript
when browsing, i should be able to perf-check right from the browser and results should be siphoned back to the extension.
-
Updated
Mar 12, 2020 - JavaScript
-
Updated
Jun 3, 2020 - Java
-
Updated
Feb 26, 2020 - Go
Improve this page
Add a description, image, and links to the network topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the network topic, visit your repo's landing page and select "manage topics."


PHP Version 7.1.9
The documentation says that Swoole coroutine cannot be used with xdebug, while developling applications xdebug is very helpful tool. For smaller application it may not be a problem but larger applications makes it necessary to use it.
My question is how can I debug applications while still using Swoole Coroutines ?