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
I tried to use shampoo with one client. I execute code like:
Smalltalk at: #HO put: Handover new
and the code was not executed (nothing ending in the smalltalk dictionary), then I tried to use '3+3' C-c C-p but it stopped printing anything. I restarted emacs and tried to login again but it failed without asking for a password
The image is still running, the code gives me:
Shampoo.ShampooServer allInstances first inspect
Shampoo.ShampooServer
process: Process(nil at userSchedulingPriority, waiting on a semaphore)
server: Sockets.ServerSocket[0.0.0.0:9092]
clients: OrderedCollection (a ClientConnection )
clientsMutex: Semaphore(nil: free, 1 available signals)
creds: an AuthInfo
a ShampooServer
The text was updated successfully, but these errors were encountered:
I tried to use shampoo with one client. I execute code like:
Smalltalk at: #HO put: Handover new
and the code was not executed (nothing ending in the smalltalk dictionary), then I tried to use '3+3' C-c C-p but it stopped printing anything. I restarted emacs and tried to login again but it failed without asking for a password
The image is still running, the code gives me:
Shampoo.ShampooServer allInstances first inspect
Shampoo.ShampooServer
process: Process(nil at userSchedulingPriority, waiting on a semaphore)
server: Sockets.ServerSocket[0.0.0.0:9092]
clients: OrderedCollection (a ClientConnection )
clientsMutex: Semaphore(nil: free, 1 available signals)
creds: an AuthInfo
a ShampooServer
The text was updated successfully, but these errors were encountered: