-
I am connected to some web socket server. when server is out of network or somehow not available. there should be some way to get notified that web socket server is not available.
-
### Select the Day of Content
Day 26
### What information is missing?
# Socket Programming in C++
Hey, I wanted to add content regarding socket programming in C++, here is a small brief
Socke…
-
### Current behavior
when calling addModule to an AudioContext, the promise never resolve or reject.
```
const ctx = new AudioContext()
ctx.audioWorklet.addModule('./audio-worklet-module.js') …
-
Socket does not have SOCK_RAW
Ping not working on SOCK_STREAM or SOCK_DGRAM
Basic networking does not work
-
**The Problem To Be Solved**
From a users perspective it is hard to understand:
- what is the purpose of a software pack
- what components are available in a pack
- what other packs will b…
-
On Raspberry Pi Pico W, sockets are broken when started in a thread.
Here is a minimal broken code, hanging on socket `accept` (at best 1st call works):
```
from machine import I2C, Pin
import net…
-
I have set `DD_PROFILING_ENABLED=true` environment variable and profile data is uploaded. But I can't see file and network io.
Java profiler has file and socket I/O data. Why doesn't Python support…
-
## Description
mDNS queries are sent from the wrong UDP port.
## Background Information / Reproduction Steps
According to mdns [RFC 6762](https://datatracker.ietf.org/doc/html/rfc6762#section-5…
-
After setting up rmfakecloud (`v0.0.18`) on a webserver and rmfakecloud-proxy (`v0.0.5`) on a remarkable 2 (`ver. 3.15.4.2`), pairing worked and I **can** connect to a nextcloud integration on the rem…
-
I noticed that when I provide a random value inside defaultServerConnection, it appears to be ignored and does not take effect as expected.
Additionally, I attempted to set false, but my server sti…