dly667
dly667
$socket is null public function index() { ini_set('display_errors', 'on'); error_reporting(E_ERROR | E_WARNING | E_PARSE); $port = Config::get('param.ws.inquire_post'); $io = new SocketIO($port); $io->on('connection', function ($socket) use ($io) { // 初始化 websocket...

Can playwright-python use this library through page.evaluate(''stealth.min.js"), It didn't work when tested ``` async def main(): async with async_playwright() as p: browser = await p.chromium.launch(headless=False) page = await browser.new_page() #...
- [ ] I have searched the [issues](https://github.com/alibaba/canal/issues) of this repository and believe that this is not a duplicate. - [ ] I have checked the [FAQ](https://github.com/alibaba/canal/wiki/FAQ) of this repository...