-
Hi @kevinsbarnard
Just a suggestion, not critical at all but potentially useful, and perhaps not difficult to implement (I would have gone with a PR already, but I'm less familiar with websockets …
-
i usually use "void endpoint::close(connection_hdl hdl, close::status::value
const code, std::string const & reason)" like "m_endpoint.close(m_hdl,websocketpp::close::status::going_away,"")"
mos…
-
So the "SimpliCam" as they call it is a combination camera and motion sensor.
The camera itself is joined to your local network wifi during setup. I am unsure if the included sensor is also communica…
-
Hey, your client works perfect with Query and Mutation.
Its any chance to add Subscription support >>??
-
i am sending audio blob using mediarecorder to django websocket using this
navigator.mediaDevices.getUserMedia({ audio: true }).then((stream) => {
const mediaRecorder = new MediaRecorder(stream, { m…
-
### The problem
Since the https://github.com/home-assistant/core/pull/130139 workaround for go2rtc in 2024.11.1 it has caused mine to stop functioning with Unifi Protect and fallback to HLS.
I cou…
-
Like the fsbrowser example
maybe add a discussions tab to this github page (under settings add discussions tab)
i have issues but not direct related to this fsbrowser
i have been playing for year…
-
**Describe the bug**
When I run any backend work more than ~ 45 seconed await cl.Message(
content=response
).send() => this doesnot send any thing to screen
**To Reproduce**
Steps t…
-
Hello,
I'm using Pusher with Laravel, for my React Native application. I set up authorization route in my laravel like so:
```php
public static function authPusher(Request $request) {
…
-
Example run: https://github.com/GoogleChromeLabs/chromium-bidi/actions/runs/8174232908/job/22348535594
The exception is in the test setup, so it can be unrelated to the specific test issue.
```
…