weili-jiang

Results 5 issues of weili-jiang

There are a number of timeouts that are currently defined as constants: https://aiocoap.readthedocs.io/en/latest/module/aiocoap.numbers.constants.html#aiocoap.numbers.constants.REQUEST_TIMEOUT Some of those are not in the RFC at all. Even if they are, it would be...

It appears that the underlying IO library is asynchronous, and the server implementation does indeed expose an asynchronous handler interface. It would be nice if the client side could also...

### Description If an EVAPI client drops dead and silently closes its TCP connection, EVAPI is not notified in an acceptable time frame. The default OS TCP keep-alive parameters are...

feature-request

When a codec such as OPUS (sample rate 48000) is used, the sample rate sent in the SDP for telephone-event is still 8000 - this is wrong. It needs to...

I am currently using packio as a JSON RPC client in a commercial project. The server is a custom JSON RPC implementation that sends unsolicited notifications. This behaviour is outside...