dly667

Results 4 issues of 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...

![image](https://user-images.githubusercontent.com/26707226/156913837-a9dd499a-a96f-4ca9-868c-0beabc3ba53b.png)

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() #...

issue: proposal

- [ ] 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...