Skip to content

Commit

Permalink
Revert "Process each rpc request independently"
Browse files Browse the repository at this point in the history
This reverts commit eaf7b41.

- Need to figure out how to resolve out-of-order ref issue
  • Loading branch information
djblue committed Oct 21, 2024
1 parent 9605157 commit df2f03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/portal/runtime/jvm/server.clj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
debug (open-debug session)]
(server/as-channel
request
{:on-receive (fn [_ch message] (future (rpc/on-receive session message)))
{:on-receive (fn [_ch message] (rpc/on-receive session message))
:on-open (fn [ch] (rpc/on-open session #(server/send! ch %)))
:on-close (fn [_ch _status]
(close-debug debug)
Expand Down

0 comments on commit df2f03d

Please sign in to comment.