diff options
author | cbdev <cb@cbcdn.com> | 2020-03-26 22:42:38 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2020-03-26 22:42:38 +0100 |
commit | 2a079f72483aa853d68430883b2281f436512c6b (patch) | |
tree | 7604e801f66703c522899610cb9e07f956479d53 /TODO | |
parent | 18db3856a3a3e81f3e2050e3f137e6e15103f9a4 (diff) | |
download | midimonster-2a079f72483aa853d68430883b2281f436512c6b.tar.gz midimonster-2a079f72483aa853d68430883b2281f436512c6b.tar.bz2 midimonster-2a079f72483aa853d68430883b2281f436512c6b.zip |
Implement lua cleanup handlers
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,9 +1,6 @@ keepalive channels per backend? Note source in channel value struct -Optimize core channel search (store backend offset) udp backends may ignore MTU -mm_managed_fd.impl is not freed currently (and is heaped most of the time anyway) -> documentation make event collectors threadsafe to stop marshalling data... collect & check backend API version windows strerror -move all connection establishment to _start to be able to hot-stop/start all backends |