Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support remote Json Serialization in runOnInstance #424

Merged
merged 7 commits into from
Nov 29, 2024

Conversation

lbwexler
Copy link
Member

@lbwexler lbwexler commented Nov 28, 2024

Support remote Json Serialization in runOnInstance

  • Also hardened Exception transport back to calling server generally. Had seen some exceptions failing to serialize in the past, and general theme here is to avoid serializing unknown things we don't need to.
  • Also added a fix to File Downloading, which was failing to serialize files on my local machine -- now simpler, just passes the bytes.

Great improvement suggested by Jakub -- could become especially useful for any application than needs to run various things on the primary server. The return objects no longer need to be serializable!

…ers over the wire/to the client, and to avoid serialization problems for complex users.
@lbwexler lbwexler changed the title Simplify WebSocketSession Serialization Support remote Json Serialization in runOnInstance Nov 28, 2024
@lbwexler lbwexler requested a review from jskupsik November 28, 2024 13:25
@lbwexler lbwexler requested a review from amcclain November 28, 2024 13:32
+ Harden Exception handling on Remote Exception

cr: Jakub (pending)
@lbwexler lbwexler merged commit a4a64f9 into develop Nov 29, 2024
4 checks passed
@lbwexler lbwexler deleted the serializeWebSocketSession branch November 29, 2024 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants