TommyLeng
TommyLeng
I am working on your comments above. I found problem when I want to end the below go routine to prevent memory leak. go p.EachEvent(func(e *proto.PageScreencastFrame) {} Document said it...
Thanks. But I got another problem.  It seems related to the code g := setup(t)
 It return err but I just simply open a page and then close it. The err is come from this line of code  I am not quite understand,...
 May be I should not use g.browser.MustConnect, if I change to use g.page.MustNaviagte then the test will pass
 I got the same problem using visual studio 2022
My workaround is SELECT SUBSTRING(BindedObjectDefinition, 1, 60000) AS FullObjectDefinition, SUBSTRING(BindedObjectDefinition, 60001, 120000) AS FullObjectDefinition2 FROM [cold].[ObjectBackupLog] WHERE RowId = 6 but need to manually reduce a space between these 2...
在不開錄影的情況下,是看不到會有增加延遲,我試了2,3天都沒問題 另外我用的是 m7s docker,用latest 的 build,m7s 大慨是上星期建的
這是當時的 log 好的,我剛剛轉了 flv 試試,再觀察一兩天看看
轉了 flv 還是一樣 另外 最後我把錄影 api 都停了,發現延遲都會增加 看來和錄影沒有關係,現在不肯定是那裡的問題了
I got a similar problem too when I try to use redis pubsub to implement the nats request feature in nats.io e.g. service A want to send a message to...