oahc09
oahc09
application has destroyed when WebSocketServer process callback in game thread Re: # ### Changelog * ------- ### Continuous Integration This pull request: * [ ] needs automatic test cases check....
### Cocos Creator version 3.6.0 ### System information Windows10 ### Issue description there are two place call onDrainData, but sometimes server is not writeable, this will cause write failed. Client...
原生插件
URL : https://github.com/cocos-creator/creator-docs/blob/master/zh/advanced-topics/native-plugins/brief.md 示例里面都是静态库的介绍,是否支持动态链接库的形式?
URL : https://github.com/cocos-creator/creator-docs/blob/master/zh/editor/publish/debug-jsb.md 建议增加描述: 构建时,勾选Debug,Source Maps,这样对应js代码显示才是展开的。
[https://docs.cocos.com/creator/manual/zh/advanced-topics/jsb-sebind.html](url) 导出类静态方法 -> 导出类静态函数
URL : https://github.com/cocos-creator/creator-docs/blob/master/zh/asset/options.md > 参数的名称,避免 > [:memo:](https://github.com/cocos-creator/creator-docs/edit/master/zh/asset/options.md#L13 "Edit") 每个可选参数,缺少使用的示例代码,建议增加每个可选参数的相关使用教程
有些时候下载url会附带一些参数信息,希望在FileDownloader.start()加入(Object object)参数,这个参数可以通过DownloadFileInfo获取到,这样的话,在下载监听的地方就可以获取到此参数信息了。