You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Non-blocking logout for a thread safe gci library would be handy because it doesn't wait for a reply from the server. Currently, the GemStoneFFI smalltalk package only implements gciTsLogout:gsError: and not the non-blocking variant as far as I can tell.
Currently, when using RSR through the gci library, if a gcli logout gets in trouble, the pharo image will hang.
The Non-blocking logout for a thread safe gci library would be handy because it doesn't wait for a reply from the server. Currently, the GemStoneFFI smalltalk package only implements
gciTsLogout:gsError:
and not the non-blocking variant as far as I can tell.Currently, when using RSR through the gci library, if a gcli logout gets in trouble, the pharo image will hang.
See:
GciThreadSafeInterface>>#logout
GciThreadSafeInterface>>#logoutNoError
GciThreadSafeInterface>>#gciTsLogout:gsError:
The text was updated successfully, but these errors were encountered: