swagger-socket
swagger-socket copied to clipboard
Allow Client to Define ID
It would be helpful if the client were able to define the ID for communication before the handshake occurs as on page construction (in the case of dynamic pages) it will allow a unique reference back to the page that was created on the server.
Currently I'm using UUID (which is obviously not numeric), but if a numeric value is preferred that is acceptable.