image processing should run in separate goroutine
taotetek opened this issue · 0 comments
taotetek commented
image processing should be handled in a separate goroutine.
the http handler should spawn a goroutine that returns a return channel.
when the image processing goroutine is complete, it should send the new api msg containing the new image, and close the channel.