declarative-dataflow icon indicating copy to clipboard operation
declarative-dataflow copied to clipboard

Server module should only expose request handling

Open comnik opened this issue 6 years ago • 0 comments

The server module currently exposes the server's handler functions individually. This invites specific server implementations to accidentally use them without going through the sequencer first, breaking determinism across workers.

comnik avatar Apr 21 '19 10:04 comnik