ekonda / kutana

The library for developing systems for messengers and social networks
MIT License
72 stars 17 forks source link

Support for signals is not available on Windows #49

Closed daeeros closed 4 years ago

daeeros commented 4 years ago

Expected Behavior

App need to start.

Actual Behavior

App shooting down with NotImplementedError in add_signal_handler (file > kutana.py > line(203) > (add_signal_handler)

Possible Solution

Make the correct exception handler in the event loop.

Steps to Reproduce (for bugs)

  1. Install all requirements
  2. Try to run runer.py
  3. We geting the NotImplementedError in add_signal_handler (file > kutana.py > line(203) > (add_signal_handler) will Windows no't support signals.

Context

Your Environment

michaelkryukov commented 4 years ago

Feel free to open, if any issues remains