Set callbacks.stream for local listener
Setting up a local listener on a stream did not properly initialize callbacks.stream, leading to unwrapping the None when invoking the process callback. Properly initialize the stream instead, so that the process callback works as intended.
Fixes #48 (closed)