-
I keep getting an error when I try to connect away from home. It works on my mobile hotspot but not on my wifi at work
**Debug Log**
Please attach a log with verbose logging enabled.
[chiaki_sess…
-
Write a handler which is able to write matched data into a network or unix socket.
-
Hi,
Excellent boilerplate! How about adding support for sockets in this to make a more complete boilerplate?
Also instructions on deployment using Docker/native would be very helpful.
Thanks.
-
This way opens new mongo sockets for each iteration
cat = catalog['xyz']
for i in range(100): cat['id'].primary.read()
This way reuses the open sockets:
cat = catalog['xyz'] ()
for i in range(1…
-
Add configuration options for SSL cert or generate a self signed cert for securing the connection. Some cellular networks and proxies break non-secure websockets, so this could help improve performanc…
-
any idea what is the reason for this?
i am creating a new csRedis client for every request. is this a bad practice? i know clients like SE.redis reuse the connection. but the examples on this repo sh…
-
Fatal error: Uncaught HTTP_Request2_MessageException: Error writing request in C:\xampp\htdocs\edmin\RETS\NWMLS\vendor\pear-pear.php.net\HTTP_Request2\HTTP\Request2\Adapter\Socket.php on line 130 Ex…
-
hi, im Marcus. im using xmr stack to mine xmr at supportxmr. but somehow my results are rejected....hmm
no firewall or antivir... this is what i get:
my wallet: 44qGJsnq6QPSora3dVvSxHCpBzmXezGKGh…
-
We should have containers use unix sockets for interprocess communication, rather than TCP. See here: https://docs.docker.com/articles/basics/
-
Cover socket operations with try/catch, try to reopen socket if necessary.