-
-
Notifications
You must be signed in to change notification settings - Fork 648
Closed
Labels
Milestone
Description
While discussing with @expez some issues related to #1399 it became apparent that with the dynamic dispatch and dispatch to multiple connections the current *nrepl-messages*
buffer is mostly unusable as you can really figure out which message went where.
We need to either have separate messages buffers per each connection or add connection info the the messages we log right now. Probably option 1 would be better. At any rate we're not shipping 0.10 without something like this.
@expez @Malabarba Any comments?