tidwall / evio

Fast event-loop networking for Go
MIT License
5.9k stars 492 forks source link

A session interface with id of a string #32

Closed azhai closed 5 years ago

azhai commented 5 years ago

bugfix: imported and not used: "bytes"

azhai commented 5 years ago

An example of session

tidwall commented 5 years ago

Thank you for your contribution, but I don't think that the evio package is the proper place for a specialized interface.

Since the main evio logic won't touch the new interface, it may be better suited in its own package/project, such as azhai/evio-session.