Tim Potze

Results 48 comments of Tim Potze

All sampsharp does is splitting messages longer than limit to separate messages. Haven't seen this happen before. Based on your code it may indicate `entityManager.GetComponents()` returns (some) players more than...

The previously mentioned exception might occur due to not being executed on the main thread. maybe using a system timer could help resolve that. ```cs [Timer(60000)] public void Every60Sec(IServerService serverService)...

> As for the try-catch, wouldn’t it make more sense to have it implemented in SampSharp itself at the point where all the individual system events such as OnPlayerDisconnected are...

@KoertLichtendonk I've added a try/finally in the 0.11.0 update. https://github.com/ikkentim/SampSharp/commit/ae3973fc52b788994e0f6bc70c253286c691a092

I'm also having this issue. After some testing I can see that during the blink it shows the issue details for a fraction of a second and then closes it...

yep, looks like there is no pager configured for windows https://github.com/ankitpokhrel/jira-cli/blob/main/pkg/tui/helper.go#L87

SixLabors.Fonts 1.0.1 is used by NPOI. Possibly one of your other dependencies is forcing SixLabors.Fonts >=2 ?

`SafeSendResponse` is not the owner of the response, it's not their responsibility to dispose it.