ingted

Results 69 comments of ingted

The workaround is: ``` module Source = let singleton s = Source.Single(s).MapMaterializedValue(Func(fun _ -> Akka.NotUsed.Instance)) ```

Process A: ![image](https://user-images.githubusercontent.com/4289161/210188856-c25aebae-6bb6-425f-af83-7a2b4ff19b5d.png) Process B: ![image](https://user-images.githubusercontent.com/4289161/210188863-23efc36f-c544-4e6d-8b4e-cd6bc988e5cd.png)

my fork: (master) https://github.com/ingted/Akkling

``` Welcome to F# Interactive for .NET Core in Visual Studio. To execute code, either 1. Use 'Send to Interactive' (Alt-Enter or right-click) from an F# script. The F# Interactive...

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...

``` let fsiDict = new System.Collections.Generic.Dictionary() fsiDict.Add("defSqlConn", @"data source=10.36.205.125,1433;initial catalog=Dynakka;persist security info=True;user id=; password=; MultipleActiveResultSets=True;Trust Server Certificate=True;Max Pool Size=20000") fsiDict.Add("akkaSysName", @"cluster-system") fsiDict.Add("akkaHostName", @"10.28.199.143") fsiDict.Add("akkaPbmPort", @"7000") fsiDict.Add("akkaJournalTbl", @"journal_new") fsiDict.Add("akkaMetaTbl", @"metadata_new") fsiDict.Add("akkaSnapShotTbl",...

``` using System; using System.IO; using System.Linq; using System.Threading.Tasks; using Akka.Actor; using Akka.Bootstrap.Docker; using Akka.Cluster.Hosting; using Akka.Cluster.Sharding; using Akka.Cluster.Tools.PublishSubscribe; using Akka.Cluster.Tools.Singleton; using Akka.Configuration; using Akka.Hosting; using LL = Akka.Event.LogLevel; using...

need to add ``` let cmd = PetabridgeCmd.Get asys cmd.Start() ``` in the F# script (if the script is executed in fsiEvaluationSession)

The build was successful but no matter I stay in Bolero 0.14 or 0.20 there are always missing /tmp/mscorlib issue after downloading phase is finished.

Really need this!! Thank you!!