~singpolyma/sgx-jmp

6fa0039bf2f2e64c576888efb2cafbf30c15dd6e — Stephen Paul Weber 1 year, 2 months ago 900baf3
Do not use the promise results here, since they are meant for elsewhere

Explicitly return true to avoid passing to next link in the tree.  Make sure
command stanzas fulfill both command and iq manager if needed.
1 files changed, 3 insertions(+), 0 deletions(-)

M sgx_jmp.rb
M sgx_jmp.rb => sgx_jmp.rb +3 -0
@@ 885,10 885,13 @@ Command.new(

command sessionid: /./ do |iq|
	COMMAND_MANAGER.fulfill(iq)
	IQ_MANAGER.fulfill(iq)
	true
end

iq type: [:result, :error] do |iq|
	IQ_MANAGER.fulfill(iq)
	true
end

iq type: [:get, :set] do |iq|