Nick Jennings
Nick Jennings
https://github.com/sockethub/sockethub/pull/325/files#diff-e97904d8a0443f46ad2c8ceb5fbe5355e52f6be540378ab8ea1e98870395d7de
https://github.com/sockethub/sockethub/pull/325/files#diff-e97904d8a0443f46ad2c8ceb5fbe5355e52f6be540378ab8ea1e98870395d7de
Related to https://github.com/sockethub/sockethub/pull/522 -- add integration tests, register multiple event handlers and verify they are all called. Need integration tests working first, blocked by #498
This implementation was used however as @Cobertos noticed, wasn't operating correctly with custom Redis config. More time will need to go into investigating this implementation, and making sure we're managing...
With HTTP/2 on the horizon, (support in HAProxy planned in `1.7` branch by end of year 2015) it probably makes sense to provide a completely HTTP way of dealing with...
How should this work? Initial thoughts: send sockethub a list of URL targets to subscribe to, and it will send back any messages occurring on that channel. Sockethub wouldn't be...
See conversation in issue #60 for the initial discussion.
When we receive a stream stop we should propagate an event for client code. https://datatracker.ietf.org/doc/html/draft-ietf-quic-transport-29#page-127
I would like to append the documentation with auxiliary data which would be collected at the time of document generation. (eg. test results). ### Expected Behavior When using `pdoc3` programmatically,...