-
Notifications
You must be signed in to change notification settings - Fork 16
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
pbm hosting in .NET 4.7.2 fsi (F# 8) of SSIS script task #417
Comments
I know all the scenario is complex that it is HIGHLY not related to Akka.Hosting... Just want to share this to those similar sympton that some cases the HOCON is not enough, cmd.Start could be the cure. |
|
|
need to add
in the F# script (if the script is executed in fsiEvaluationSession) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version of Akka.NET? .net 4.7.2 in SSIS script task
Which Akka.NET Modules? Akka.Hosting &
To Reproduce
Create a HostBuilder and start it via F# fsiEvaluationSession hosted in SSIS 2022 script task (.NET 4.7.2) with .AddPetabridgeCmd
Expected behavior
The pbm client should easily connect pbm host, but not.
Actual behavior
The same F# script would successfully create the (web) service and ActorSystem would bring pbm host started in normal Fsi session.
But if the script is execut ed in a fsiEvaluationSession hosted in SSIS, the ActorSystem would not bring pbm host started with HOCON correctly configured.
Environment
Windows Server 2022/SQL Server 2022 (SSIS)
Additional context
It must to manually start pbm with
The text was updated successfully, but these errors were encountered: