huatuo是一个特性完整、零成本、高性能、低内存的近乎完美的Unity全平台原生c#热更方案。 Huatuo is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotfix
2.31k
stars
377
forks
source link
使用Stream的Write方法有问题 #18
Closed
wumiao1990 closed 2 years ago
public class CircularBufferTest : Stream {
属性字段在最上面定义时,调用write方法时会卡死 但是将上面定义的属性字段放到Plush()方法下面时,会报NotImplementedException:The method or operation is not implemented