I noticed every time I load a page that's making a request to an address, the 
server seems to freeze whenever there is no response/data from the address. Is 
this a bug or am I doing something wrong here? here's my code:
ZMQ.Context context = new ZMQ.Context(1); ZMQ.Socket socket = 
context.Socket(ZMQ.SocketType.DEALER); socket.Connect("address_goes_here"); 
socket.Recv();
 
Regards,
Olanrewaju Lawal
Web Developer / Programmer
+2348053568948
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to