Hass stops on stop/reboot with xaomi aqara module enabled

running home-assistant 58.1

when i stop/restart the hass it stops at:

_2017-11-28 14:00:41 INFO (MainThread) [homeassistant.core] Bus:Handling <Event homeassistant_stop[L]>_
_2017-11-28 14:00:41 INFO (Thread-21) [homeassistant.components.xiaomi_aqara] Shutting down Xiaomi Hub._
_2017-11-28 14:00:41 INFO (Thread-21) [PyXiaomiGateway] Closing socket_
_2017-11-28 14:00:41 INFO (Thread-21) [PyXiaomiGateway] Closing multisocket_

i have to ctrl-C the thread to kill it:

2017-11-28 14:00:41 INFO (Thread-21) [PyXiaomiGateway] Closing multisocket
^C2017-11-28 14:04:47 INFO (MainThread) [homeassistant.core] Bus:Handling <Event homeassistant_stop[L]>
2017-11-28 14:04:47 INFO (MainThread) [homeassistant.core] Bus:Handling <Event homeassistant_close[L]>
^CTraceback (most recent call last):
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/core.py”, line 158, in start
self.loop.run_forever()
File “/usr/lib/python3.5/asyncio/base_events.py”, line 421, in run_forever
self._run_once()
File “/usr/lib/python3.5/asyncio/base_events.py”, line 1388, in _run_once
event_list = self._selector.select(timeout)
File “/usr/lib/python3.5/selectors.py”, line 445, in select
fd_event_list = self._epoll.poll(timeout, max_ev)
KeyboardInterrupt

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/srv/homeassistant/bin/hass”, line 11, in
sys.exit(main())
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/main.py”, line 366, in main
exit_code = setup_and_run_hass(config_dir, args)
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/main.py”, line 293, in setup_and_run_hass
return hass.start()

Anyone with the same issue?