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
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