Skip to content

Commit

Permalink
Automatic merge of T1.5.1-261-g5072d724b and 7 pull requests
Browse files Browse the repository at this point in the history
- Pull request #722 at fb9079e: Fix Windows Forms deprecations in ActivityEditor
- Pull request #732 at 83002d7: Improvements for air brakes
- Pull request #751 at f947f29: Web interface to control cab controls with external hardware
- Pull request #753 at ab8fe32: Extends CabControls for user input
- Pull request #766 at c9657de: Control Car additional functionality
- Pull request #767 at 9317f8c: Refine sunrise and sunset
- Pull request #769 at 1a99f43: Partial turntables https://blueprints.launchpad.net/or/+spec/partial-turntable
  • Loading branch information
openrails-bot committed Jan 21, 2023
9 parents c05fe7f + 5072d72 + fb9079e + 83002d7 + f947f29 + ab8fe32 + c9657de + 9317f8c + 1a99f43 commit 9d1b7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RunActivity/Viewer3D/WebServices/WebServer.cs
Expand Up @@ -90,7 +90,7 @@ await text.WriteAsync(JsonConvert.SerializeObject(data, new JsonSerializerSettin
}));
}
}

public static async Task<T> DeserializationCallback<T>(IHttpContext context)
{
using (var text = context.OpenRequestText())
Expand Down

0 comments on commit 9d1b7e5

Please sign in to comment.