Search results

  1. T

    Squeak Smalltalk Error

    A few methods from the program: The method calling Socket initializeNetwork: startHosting "Open a socket on my port and start accepting connections." Socket initializeNetwork. self shutdownServer. serverSocket _ Socket new. serverSocket listenOn: self class portNumber...
  2. T

    Squeak Smalltalk Error

    I'm programming a web server in smalltalk, and in the code I need to use the socket class. First, I have to call Socket initializeNetwork. This causes a problem. Somewhere along the line of message calls, primNameResolverStatus is sent to NetNameResolver. This primitive is repeatedly failing...
Top