orthecreedence / cl-async

Asynchronous IO library for Common Lisp.
MIT License
273 stars 40 forks source link

Expose stream to incoming sockets #156

Closed jurov closed 6 years ago

jurov commented 6 years ago

It's good to have stream available when server needs to communicate first after client connects. The connect-cb already works this way for outgoing sockets.

orthecreedence commented 6 years ago

Thanks!