ultralight-beam/UB.swift

Move Service handling from Relayer into UB

decanus opened this issue · 0 comments

Problem

Services are a Relayer specific thing right now, this means that they can not be easily reused and added directly to a UB node.

Acceptance Criteria

There is message handling that is able to differentiate between a service specific and node specific messages, these messages are then handled accordingly. If they cannot be handled they are retransmitted.