-
With the growing number of different available message semantics (Broadcast, system messages, control messages), special casing a small subset of messages to have different behavior is no longer susta…
-
Hi
I'm trying to replicate the following command using the docker-py api. I understand that the -a option is not supported. Do you have any suggestions for achieving the same result?
```
cat myapp.t…
-
WebSockets are relatively lightweight from a protocol POV and there are a couple solid Rust libraries for them. I wonder if they might be a good target for showing some of the interactions and coordin…
-
First of all, thank you for your amazing work!
As the title states, I am having trouble to get https working. I am using the snippet approach. When I include the script:
```javascript
document.wr…
-
In some cases it may be useful to have an implementation of `close` and `async_close` which simply sends the close frame at the earliest opportunity and then performs the teardown without waiting for …
-
On an almost vanilla nitrogen setup with Otp21, cowboy 1.0.1 the code compiles fine,
but it fails when loading the runtime.
On the same topic. For me this is the last sane comit (for cowboy 1.0.1)…
fbrau updated
5 years ago
-
This is not really a bug in the library but more of a thread to discuss improved handling perhaps..
Recently I've had some issues with older version of this library going into a dead-ish mode after…
-
### Describe the bug
#### Introduction
I'm encountering an issue with my application that leverages SignalR for server-to-client communication using WebSockets. The client is a Next.js application (…
-
According to documentation (https://github.com/etherdelta/etherdelta.github.io/blob/master/docs/API.md) it should return arrays with buy orders and sell orders. It returns instead:
```
{ buys: []…
stpoa updated
6 years ago
-
The socket read/write/connect calls do not trap all of the resulting IO errors, which should be re-raised as `Kontena::Websocket::SocketError`s for handling.