vrecluse

Results 40 comments of vrecluse

Sometimes the dashboard is empty: ![image](https://user-images.githubusercontent.com/4232511/131253648-5ea91ed3-4c10-48c5-86f7-c352d0acbb29.png)

It seems no simple way to do that... I use following code as a workaround, a bit intriguing... ```csharp // Application parts var parts = new ApplicationPartManager(); services.AddSingleton(parts); parts.AddApplicationPart(new AssemblyPart(typeof(...

We have similar problem. The scenario is very simple: broadcast a message to all online player grain. When we use MemoryStreamProvider / SMSProvider to implement this, subscribe a global stream...

Is there any solution to support login as guest after two years?

> set_rundir 可以自己 xmake.lua 直接配置 set_rundir 后,如果不把 launch.js 中 cwd 配置删除,还是用的 cwd 路径 删了之后,源码用的似乎是绝对路径导致找不到源码(实际应该在 ./src/panda 而不是 /src/panda) ![image](https://github.com/xmake-io/xmake-vscode/assets/4232511/148c3a42-d8e1-4e47-bc26-a8c8e7807e83) ``` { "name": "XMake Debug", "type": "xmake", "request": "launch", "target": "panda", "stopAtEntry":...

![image](https://github.com/xmake-io/xmake-vscode/assets/4232511/40aca613-e6b5-4335-a9b8-99be5712da10) F5 运行会一直报这个错,也重新运行 xmake 重新编译过

Whole log: ``` info: Orleans.Runtime.InsideRuntimeClient[100452] Start InsideRuntimeClient took 0 milliseconds info: Orleans.Runtime.Silo[100401] Silo Start() info: Orleans.Runtime.GrainDirectory.LocalGrainDirectory[0] Start info: Orleans.Runtime.Silo[100452] Start local grain directory took 0 milliseconds to finish info: Orleans.Runtime.MembershipService.MembershipTableManager[100603]...

If change interval smaller than 30min, eg. 1sec, the log seems normal: ``` info: BackgroundPubStreamService[0] >>>>>>>>>>> Send: Publish: 2023/7/12 15:24:34 info: BackgroundSubStreamService[0] >> Send: Publish: 2023/7/12 15:24:35 info: BackgroundSubStreamService[0] >>...

@ReubenBond @benjaminpetit @sergeybykov Please help... Orleans version: 7.1.2