-
**Black screen appears as the received video only if the two ends of the video call is from flutter app,**
_but if one of the end is the browser and the other is flutter the video call is fine and a…
-
Whenever `close` is called (no matter with or without optional data, on client side or server side, like handshake error), browser throws the async exception from this line.
https://github.com/athanc…
-
Please provide as much detail as possible. It's helpful to include Home Assistant debug logs from this integration. Instructions for enabling debugging are available at https://github.com/pyalarmdotco…
-
# Rust Fundamentals
- [X] [Fizzbuzz](https://github.com/ferrous-systems/rust-exercises/blob/main/exercise-book/src/fizzbuzz.md)
- [X] [Fizzbuzz with match](https://github.com/ferrous-systems/rust-…
-
In the installer menu on the heat pump, it's possible to set the pumps speed (I have a Water/Water heat pump, so I can set the speed of the pump towards the heat source; and of course the speed of the…
-
Thanks for the work here, has been invaluable in helping my understanding and with other projects.
Got a small issue to report. Am seeing an error after each fetch from the ws. It looks like the …
-
> Code:
```js
const fetch = require("node-fetch");
module.exports = async client => {
console.log(`Servers [${client.guilds.cache.size}] Users [${client.users.cache.size}]`);
client.use…
-
If a WebSocket client's connection is closed by the server after its subscription has been canceled, it's still able to send messages. I haven't read the spec or examined the protocol-level interactio…
-
I'm writing a server that handles websocket connections using ESPAsyncWebserver and ArduinoJSON. As part of that, I was testing to see how many messages it could handle and I was just generally havin…
-
Development on hold, someone else is welcome to take over
It's that time @1c3t3a , might want to make a branch. How servers are implemented informs discussion about what the best interface method i…