Dimitar Topalov

Results 50 comments of Dimitar Topalov

Despite the fix I am still getting this issue - if the job fails, status stay as 'retrying', although the job is moved to the failed_jobs table by Laravel and...

@glbrntt, you can find attached a [trace log](https://github.com/grpc/grpc-swift/files/7925684/grpc.log). Note the timestamp of the last line (it is after the big delay).

Thank you for your response. The detailed log is attached [here](https://github.com/grpc/grpc-swift/files/7935292/trace.log). Please note that I have named the loggers better: `gRPC ClientConnection`, `gRPC CallOptions (Working)`, `gRPC CallOptions (Problematic)`. The log...

I am using gRPC-Swift 1.6.1 and the dependencies from `Podfile.lock` are: ``` - SwiftNIO (2.32.3): - SwiftNIOCore (= 2.32.3) - SwiftNIOEmbedded (= 2.32.3) - SwiftNIOPosix (= 2.32.3) - SwiftNIOConcurrencyHelpers (2.32.3):...

I have created a simple gRPC server using C# on Windows with the problematic proto. It succeeds, but is abnormally slow. For comparison: calling the service with a dedicated desktop...

🤯 I cannot believe this. I feel very stupid now. I did not see this mentioned in the basic documentation and I am still surprised by the huge difference. Thank...

Thank you for the information, this is how I actually tested (with Cocoapods) - by setting the schema's build configuration for the whole project.

Is it reasonable to use the `JSONDictionaryTransformerName` to transform the JSON data to two separate relations (`sentMessages` would become `textMessages` and `pictureMessages`), as in the model?

I am also interested in possible techniques for speeding up the persistence process. I tried resetting the context before persisting entities, but this did not affect the speed.

Are there any new plans/ideas for this? At the moment I need such a possibility to create header/footer menus and I am thinking about a possible workaround to achieve this...