note the lack of owl

This commit is contained in:
Artem Titoulenko 2021-11-10 09:23:23 -05:00
parent 1a72012747
commit f2ab2ced48

View file

@ -148,6 +148,9 @@ export default class ICBM extends BaseService {
const ackResp = new FLAP(2, this.nextReqID, new SNAC(0x04, 0x0c, ackPayload)); const ackResp = new FLAP(2, this.nextReqID, new SNAC(0x04, 0x0c, ackPayload));
this.send(ackResp); this.send(ackResp);
} }
// TODO: find the connection that the receiver is connected to and send them the message
// this is the rest of the owl for this part
} }
} }
} }