Why does ISOCKET_Release() return one when we are expecting a return value of zero?

Submitted by: Administrator
When an application calls ISOCKET_Release(), the internal state of the ISocket object changes to "closing," and BREW begins waiting for the asynchronous "closed" event. Since the closed event is received in a callback, the reference count of the ISocket object is incremented to prevent it from being released before its internal state changes to closed.
Submitted by: Administrator

Read Online Brew Job Interview Questions And Answers