Skip to content

Instantly share code, notes, and snippets.

@burkeholland
Created January 14, 2019 23:24
Show Gist options
  • Select an option

  • Save burkeholland/c9573842e6711f1dd7976e2ccc61ac63 to your computer and use it in GitHub Desktop.

Select an option

Save burkeholland/c9573842e6711f1dd7976e2ccc61ac63 to your computer and use it in GitHub Desktop.
"negotiate" Function
module.exports = async function (context, req, connectionInfo) {
context.res = { body: connectionInfo };
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment