Lock BUG

M
maddinthegreat@gmail.com
Sun, Sep 2, 2018 2:32 PM

When disabling locking (mutexes) using:

#define PJSUA_LOCK()

#define PJSUA_TRY_LOCK()  PJ_SUCCESS

#define PJSUA_UNLOCK()

#define PJSUA_LOCK_IS_LOCKED()    PJ_TRUE

i get a some kind of a lock when the connection is shutdown. No events will
be thrown anymore and no connection can be reestablished anymore.

Regards

When disabling locking (mutexes) using: #define PJSUA_LOCK() #define PJSUA_TRY_LOCK() PJ_SUCCESS #define PJSUA_UNLOCK() #define PJSUA_LOCK_IS_LOCKED() PJ_TRUE i get a some kind of a lock when the connection is shutdown. No events will be thrown anymore and no connection can be reestablished anymore. Regards