HeTao

Results 9 issues of HeTao

fixed 201 ##### You need to complete - [x] unit tests and/or feature tests - [x] documentation is changed or added

SQL 速度优化 **Gorse version** all version **Describe the bug** 联合primary key会导致mysql性能问题,尤其是表大的时候 **To Reproduce** Steps to reproduce the behavior. **Expected behavior** 增加bigint主键,之前的主键换成唯一约束 **Additional context** https://stackoverflow.com/questions/35565128/mysql-incorrect-datetime-value-0000-00-00-000000 ```sql SET SQL_MODE='ALLOW_INVALID_DATES'; alter table sorted_sets...

bug

可以参考推流的方法,[https://github.com/MEnigma/flutter_rtmp/blob/master/lib/src/rtmp_view.dart](https://github.com/MEnigma/flutter_rtmp/blob/master/lib/src/rtmp_view.dart) ` Widget _platformView() { if (Platform.isIOS) { return UiKitView( viewType: DEF_CAMERA_RTMP_VIEW, onPlatformViewCreated: (_) { widget.manager?.initConfig(); if (widget.onCreated != null) { widget.onCreated(); } }, ); } else if (Platform.isAndroid) {...

1. null safety support 2. fijkplayer: ^0.10.0 3. flutter_webrtc: ^0.6.5 4. dart >=2.13.0

There is No FileLock of the method delete, deleteAll, read, read of FileStorage in file file_storage.dart Will be exception dio On concurrency request . https://stackoverflow.com/questions/21924211/how-to-lock-a-file-for-writing-in-dart

> Please provide the following details. * *PHP Version*: 8.3.6 * *php-mysql-replication Version*: lasted * mysql version (```SELECT VERSION();```): 8.4.0 ## change below * RESET MASTER ([RESET BINARY LOGS AND...