This version removes ChannelMessage, which was used in earlier versions to wrap messages sent over channels (this was inconsistent with messages sent directly to coroutines). If it is necessary to know the sender of a message, they can be wrapped, for example, by providing appropriate 'transform' function for the channels.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
asyncoro version 1.6 has been released.
This version removes ChannelMessage, which was used in earlier versions to wrap messages sent over channels (this was inconsistent with messages sent directly to coroutines). If it is necessary to know the sender of a message, they can be wrapped, for example, by providing appropriate 'transform' function for the channels.