Skip to content

fix: async support for connection clients

Leon Dietrich requested to merge async_post_support into master

Accessing send_data from a different thread did not notify the corresponding event loop about the change of the socket state. This has been fixed by using asynchronous signals.

Merge request reports