mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-09 15:53:59 +01:00
Problem: in case of exhausted resources on creation of a context, assertions are triggered
Solution: signal error to caller, and apply appropriate cleanup
This commit is contained in:
@@ -133,7 +133,10 @@ namespace zmq
|
||||
|
||||
~ctx_t ();
|
||||
|
||||
bool valid() const;
|
||||
|
||||
private:
|
||||
bool start();
|
||||
|
||||
struct pending_connection_t
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user