Roman Martynov
Roman Martynov
Currently this code https://github.com/xtaci/smux/blob/master/session.go#L383 send keepalive frame (cmdNOP) every 10 seconds. During intensive data transfer (cmdPSH), keepalive frames(cmdNOP) are not needed. Because the fact of reading data (cmdPSH) already means...
Maybe you are right and this is overkill :)
WG Mac App: 1.0.16 (27) MacOS: 13.5 (22G74) Similar problem for me too )) ! But i think problem in algo configs ! Because I make two servers in digitalocean....
@marcjulianfleck see https://github.com/sindresorhus/electron-store/issues/259#issuecomment-1817571011
After some research, i found a solution: 1. Need to add in main webpack config ```target: "electron-main",``` ```typescript import type {Configuration} from 'webpack'; import {rules} from './webpack.rules'; import {plugins} from...
Hello, you can set it manually like this ``` browser.on('request', function (req) { if (browser.location) { req.headers.set("Referer", browser.location.href); } }); ```
it's would be nice, then we can use some wrappers, for example "log sql queries"
I have same problem. How can solve this ?
unfortunately log.Error always generate stack trace :(, your method worked only with warning.
I hame same question, but how to shut down trace in warnings ?