mirror of
https://github.com/coturn/coturn.git
synced 2025-10-23 20:11:17 +02:00
Redis read message queu bug fixed;
This commit is contained in:
parent
a0ddb85245
commit
ec0472bfde
@ -1,5 +1,6 @@
|
||||
12/13/2014 Oleg Moskalenko <mom040267@gmail.com>
|
||||
Version 4.3.2.1 'Tolomei':
|
||||
- Redis read message queue bug fixed;
|
||||
- STUN/TURN ALPN supported (when compiled with OpenSSL 1.0.2+ );
|
||||
- DTLS v1.2 supported (when compiled with OpenSSL 1.0.2+ );
|
||||
- Auto optimal ECDH parameters (when compiled with OpenSSL 1.0.2+ );
|
||||
|
@ -267,7 +267,7 @@ redis_context_handle redisLibeventAttach(struct event_base *base, char *ip0, int
|
||||
|
||||
/* Initialize and install read/write events */
|
||||
e->rev = event_new(e->base,e->context->c.fd,
|
||||
EV_READ,redisLibeventReadEvent,
|
||||
EV_READ|EV_PERSIST,redisLibeventReadEvent,
|
||||
e);
|
||||
|
||||
e->wev = event_new(e->base,e->context->c.fd,
|
||||
|
Loading…
x
Reference in New Issue
Block a user