jonpither / cider-spy

Multi person REPL & lets developers share information on CIDER nREPL sessions
22 stars 4 forks source link

Make chat buffers use any hub connection #13

Closed jonpither closed 8 years ago

jonpither commented 9 years ago

So long as same hub and alias ready to use, chats should just work.

The point is chats become durable across repl connections. The hub just needs to survive (although a future issue could be raised to make this durable also).

jonpither commented 9 years ago

They use the current hub connection and it works.

Probably we should make it so it uses any hub connection that has the same alias/hub setup combo. Otherwise a random multiple nrepl session with kill communication.