Mikhail Borovikov

Results 3 comments of Mikhail Borovikov

I faced into a problem too. I think it's not the best idea to suppress panic from business logic, since it takes a lot of debugging time to guess that...

@martin-sucha We have tested our services for a race - there are no data race or race condition. But there is a data race in the library as described here...

Problem solved. We made several sessions and write queries to each session in one goroutine as queue. According to our observations, at some point with an increase in the load,...