complements

来自「本人历尽千辛万苦找的clustream中的jar包」· 代码 · 共 5 行

TXT
5
字号
1. there is a bug in the NonBlockingServer: if there is no any event, the thread's gonna exit. so probably I need add a while to wrap the current loop2. As for CircularBuffer, when the buffer object is full, but new data still come in, the current version just throws a exception, I need to modify it so that the the coming data can replace the out-of-date data, instead of raising exceptions.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?