SaturnFramework / Saturn

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
https://saturnframework.org
MIT License
715 stars 109 forks source link

Fix multiple services in gRPC extension #304 #317

Open joshuapassos opened 3 years ago

joshuapassos commented 3 years ago

When use use_grpc a lot of times, the configureApp is added more times in appConfig making multiples sercices dont work corretly.

Now configureApp is inserted only once.

Fix #304