chireiden / shanghai

Shanghai
GNU General Public License v3.0
4 stars 2 forks source link

Pull decoding of line out of Connection into Network class. Fixes #16 #23

Closed nitori closed 8 years ago

nitori commented 8 years ago

Network class main loop now gets two events. One "raw_line" that generates the Message and triggers a new event "message" the same way Connection class did before.