Skip to content

WIP: Broadcast messages in application layer

Ghost User requested to merge feature-#40-broadcast-messages into master

In the current WIP status: Prepares creation of a BroadcastMessage class which will not have any specific recipients by making Message abstract and creating a subclass OneToOneMessage. Rest of the code is just dealing with the interface changes.

Merge request reports