ynx0 / airlock

Communicate with an Urbit ship over the eyre protocol in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicated code in class Urbit

ynx0 opened this issue · comments

Currently, there is duplicated code in the Urbit class which can be refactored out.

The original description was unclear, but basically the new AirlockChannel.sendMessage method is one fix that resolved this issue. Other later improvements such as fully embracing AirlockCredentials and deduplicating code surrounding that also contribute.