Matthaus Woolard

Results 14 issues of Matthaus Woolard

# Add NIOTransportServices support on Apple platforms. On apple platforms it is best to use the `NIOTSEventLoopGroup` and use the corresponding SSL configurations. This PR also adds a `HTTPChannelIntercepter` that...

This change fixes a bug when sending text/data that was large `WebSocketKit` did not chunk these text/data into multiple frames. - [x] Chunk larger data and text messages into multiple...

### Describe the bug When running the client (or server) and the running app receives a Websocket message that is split over many frames CPU load is massive and it...

bug

Ensure server process is also killed on `ctr+c`

awaiting update

Currently Splash does not support multi line string interpolation for swift. However this is a feature of swift and is very useful to use when blogging as keeping the line...

When importing to paw the text-body newlines are represented as `\n` dynamic values rather than `\n` chars.

**Is your feature request related to a problem? Please describe.** Currently this lib uses Django Signals to detect changes however Django does not send these events if you do bulk...

enhancement
help wanted

Django supports multiple DB it was raised in #64 that it would be nice to be able to define the DB that is used for the `@action` decorator. See https://docs.djangoproject.com/en/3.2/topics/db/multi-db/#topics-db-multi-db-routing

enhancement

**Is your feature request related to a problem? Please describe.** When sending messages, if the expected data for a given action is not present at the moment the consumer closes,...

enhancement
help wanted
good first issue

It would be nice to have a simple way to fire of a sub-async run loop as and when a request arrives (if this request is going to take some...

enhancement