Skip to content

Commit

Permalink
loc_server_register() should be callable more than once (implementation)
Browse files Browse the repository at this point in the history
We create a new session for each loc_server_register() / loc_srv_t
object. Alternatively we could multiplex all to a single connection
and then demultiplex them in the server, but this seemed simpler
at the moment.

We add a test case to libc test suite.
  • Loading branch information
Jiri Svoboda committed Sep 17, 2023
1 parent 4c6fd56 commit 7d7f5e3
Show file tree
Hide file tree
Showing 6 changed files with 156 additions and 118 deletions.

0 comments on commit 7d7f5e3

Please sign in to comment.