You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2022. It is now read-only.
/home/uber/autobahn/node_modules/tchannel/index.js:286
throw new Error('cannot send() to destroyed tchannel'); // TODO typed
^
Error: cannot send() to destroyed tchannel
at TChannel.send [as request] (/home/uber/autobahn/node_modules/tchannel/index.js:286:15)
at TChannel.send (/home/uber/autobahn/node_modules/tchannel/index.js:278:20)
at sendOrLocalPlain (/home/uber/autobahn/core/forward/index.js:83:18)
at ForwardNode.forwardRequest (/home/uber/autobahn/core/forward/index.js:36:5)
at onArg2 (/home/uber/autobahn/endpoints/forward.js:109:21)
at SafeParseCallback (/home/uber/autobahn/node_modules/safe-json-parse/callback.js:17:5)
at forward (/home/uber/autobahn/endpoints/forward.js:75:9)
at TChannelServerOp.tchannelEndpoint [as handler] (/home/uber/autobahn/server/lib/tchannel-raw-handler.js:14:9)
at runHandler (/home/uber/autobahn/node_modules/tchannel/index.js:764:14)
at process._tickDomainCallback (node.js:459:13)
When you call
channel.close()
tchannel still accepts incoming CallRequests.Pr coming.
The text was updated successfully, but these errors were encountered: