We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should refactor RTCPeerComms.handleClientCall into some sort of host protocol handler.
RTCPeerComms.handleClientCall
/dataparty/document/${type}/${id}
dataparty-api/src/comms/rtc-socket-comms.js
Lines 29 to 67 in 540ae17
The text was updated successfully, but these errors were encountered:
See #39 "improve the peer comms protocol and expected behavior of hosts."
Sorry, something went wrong.
One approach to enable endpoints could be to use express mock libraries
https://www.npmjs.com/package/node-mocks-http
https://www.npmjs.com/package/mock-express-response
https://www.npmjs.com/package/mock-req-res
sevenbitbyte
No branches or pull requests
Should refactor
RTCPeerComms.handleClientCall
into some sort of host protocol handler./dataparty/document/${type}/${id}
dataparty-api/src/comms/rtc-socket-comms.js
Lines 29 to 67 in 540ae17
The text was updated successfully, but these errors were encountered: