Fork me on GitHub
#unrepl
<
2018-04-13
>
gcast15:04:21

anyone know if there is a limit to number of concurrent unrepl sessions over a single socket repl? For example could N users connect to the same socket repl and have idependent unrepl sessions?

pesterhazy16:04:08

the sessions should be independent (if they aren't that's a bug)

pesterhazy16:04:22

or what do you mean by "single socket repl"?

pesterhazy16:04:40

a single tcp connection, or a single port with multiple connections to that port?

gcast19:04:31

single port

gcast19:04:00

so a jar running with a while true Thread/sleep in the main and a socket repl exposed at a port

gcast19:04:59

Thanks for the info.