-
**Describe the bug**
On startup, the application successfully opens the websocket and records input, but never seems to do anything with it. An error regarding RealtimeSTT is visible earlier in the l…
-
Hey,
Thought I'd just open this ahead of the latest major release of my project as a question.
`BSB (Better-Service-Base) is an event-bus based microservice framework.` - what topic/category w…
-
```
import "dart:async";
import "package:flutter_test/flutter_test.dart";
void main() {
Future future;
setUp(() {
future = new Future.value();
});
testWidgets("awaiting future with val…
-
First, thank you for your work and efforts in maintaining this framework.
I would like to change the dependency on `alpaca-trade-api` to `alpaca-py` as the former library has been officially deprec…
-
### Updates
* Issue where the websocket connection is closed before it is succseefully opened.
* Observed in Firefox, Edge and Chrome so far with the following messages:
* WebSocket connection …
-
Happy to see Bottle get a version bump. I read through the patch notes and noticed added support for `aiohttp` and `uvloop` server adapters. I'm hoping to add a basic websocket implementation to my bo…
-
@juho-jaakkola has a functional WS-based push server implementation in https://github.com/juho-jaakkola/elgg-pusher, but it requires a separate long-running server process and an additional port open …
-
### Description of the bug / feature
Since switching to the default Push transport (#10931) we always get an “Exception in push connection” when logging out.
Note: the exception is not thrown when…
-
Hi @Brooooooklyn
I'm implementing a WebSocket communication library for some microcontrollers with WiFi connectivity (such as Espressif ESP32), and I would like to try some new concepts, that make…
-
**Is your feature request related to a problem? Please describe.**
Originally brought up by @lowlighter [on the discord](https://discord.com/channels/684898665143206084/775393009981849600/127535592…