• Gregory P. Smith's avatar
    Fixes issue #3826 and #4791: · de3369f2
    Gregory P. Smith yazdı
    Have SocketIO objects update their reference count in the underlying
    socket object on close() so that the underlying socket object is
    closed immediately when the last user is done rather than at an
    unknown later time when garbage collection can do it.
    de3369f2
socket.py 9.55 KB