pbm hosting in .NET 4.7.2 fsi (F# 8) of SSIS script task #417
Open
Description
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
let cmd = PetabridgeCmd.Get asys
cmd.Start()
Metadata
Assignees
Labels
No labels