teragrep / rlp_03

Java RELP Server library
GNU Affero General Public License v3.0
1 stars 5 forks source link

refactor Client Futures to use RelpFrame instead of copied part of it #124

Closed kortemik closed 5 months ago

kortemik commented 5 months ago

Description refactor Client Futures to use RelpFrame instead of copied part of it

move RelpFrame.close() call responsibility out from the Delegate and assign instead to the user of the Future's content, this way no copying is required.