Y
Hacker News
new
|
ask
|
show
|
jobs
by
s4175
3402 days ago
Ok, but how do you handle different client versions? Do you have to exchange meta info like headers/version numbers?
1 comments
moru0011
3402 days ago
at connection time a client submits the class files reqired to execute its lambdas. We hold a classloader per client connection.
link