Justin Karneges

Results 44 issues of Justin Karneges

It should be possible to enable a reliable mode for WebSocket connections, similar to what can be done with HTTP connections. The server should be able to supply a prev...

The HTTP streaming reliability feature makes a request to the origin server if received messages are incorrectly sequenced or after a period of inactivity. For quiet channels, this may mean...

It would be useful to subscribe to channels by wildcard. For example, a publisher could publish a message to channel `A.B.C`, and a receiver with subscription to `A.*` could receive...

Currently, m2adapter processes disconnect events at a rate of 100/sec. Ideally we'd be able to handle a larger rate. Things to consider: - If there are too many pending disconnects,...

If both Qt 5 and Qt 4 dev environments are installed, you need to explicitly specify `--qtselect=5` when running `configure`. However, Pushpin requires Qt 5 so it should just do...

seems to be gone since 0.15

Works with channels 2.1.5, fails with 2.1.6.

Hi folks, I just discovered Channels >=2.1.6 introduced an incompatibility with the django-eventstream library. Client requests hang, due to what I believe is the consumer task ending too quickly. Our...

I'm the developer of Pushpin, an HTTP/WebSocket proxy server with SockJS support. The way the SockJS feature works is you enable it on one or more URI paths, and Pushpin...

When using the chat example on Safari on iOS, submitting a message by tapping return on the soft-keyboard rather than tapping the submit button in the HTML content area causes...