Hi guys. I was able to start my app, but then as soon as I do a request to another page, I get an error in ZnManagingMultiThreadedServer>>executeOneRequestResponseOn: , in:
response setKeepAliveFor: request.
what is funny is that 'response' is actually the ZnResponse class and not an instance. Of course, #setKeepAliveFor: is implemented in the instance side.