WIP: router-close-connections #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "router-close-connections"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
router-close-connectionsto WIP: router-close-connectionsWe need to discuss the next steps, see comment for what clarifications are needed.
@ -170,0 +177,4 @@
callback({
id: producer.id
})
} catch (error) {
Isn't the
producer
a global variable?What should the client do with the producer id? Looks below that is sent back to server, why?
Pull request closed