Alex Yakunin
Alex Yakunin
Plus I'd try to bet on Source Generators vs other options - e.g. weaving the assembly is nice, but this adds a fair amount of extra time, and since source...
What's remaining here: - Binary message format support in `WebSocketChannel` / `WebSocketChannelProvider` (used by the client) / `WebSocketServer` (used on the server side). I guess the implementation implies we rename...
This is done in v5.X branch.
Done, + MemoryPack as well :)
@BokhodirUrinboev sorry, I noticed this comment very late. This approach certainly works, the "meta issue" was more about adding dedicated exception types for some of errors thrown by Fusion. And...
An easy fix would be to add `[DynamicDependency(...)]` on one of key methods (which is called no matter what - e.g. one of type initializers) to make sure every type...
I don't think this happens exactly as you describe - as far as I understand, - Blazor reacts to websocket disconnection - TCP keep-alive (as far as I understand, the...
What might be the real cause is SignalR reconnection - I am not sure about all the details, but it might be masking the fact that websocket connection is dead...
Hi, sorry, just noticed this - IMO this can wait. As far as I remember, `Stl.*` doesn't await on `WaitHandle`-s, so I'd rather postpone this until it's going to be...
@AliveDevil ^