:bug:`-` Bridge waits for event processing on the other side before proxy handler ends. Now it is possible to collect values from remote handlers in %_success event.
:bug:`-` Rename the FallbackErrorHandler to FallbackExceptionHandler and the event it listens to to exception
:bug:`-` Fixed issue in brige with ommiting all but the first events sent at once
:bug:`-` Bridge: Do not propagate no results via bridge
:bug:`-` Bridge: Send exceptions via brige before change the exceptions weren’t propagated via bridge because traceback object is not pickable, now traceback object is replaced by corresponding traceback list
:bug:`113` Fixed bug with forced shutdown of subprocesses in Windows.