Commit Graph

5 Commits

Author SHA1 Message Date
Dmitri Shimanski
c851815a2c Refactor WebSocket routing and error handling logic
Replaces `Dictionary` with `ConcurrentDictionary` for thread-safe WebSocket route management and improves error logging with added debug assertions. Also fixes duplicate registrations, enhances dependency injection, updates package references, and adjusts WebSocket attribute structure for better extensibility and usage.
2025-05-25 03:32:33 +03:00
Dmitri Shimanski
59ddda6077 Adds more confs for handlers and try to fix error with swagger when using attribute 2025-04-01 18:54:55 +03:00
Dmitri Shimanski
b979b9bc22 Adds example of using preConnectionHandler, create OnConnectionHandler(preConnectionHandler), use WebSocketOptions for provides data 2025-03-30 00:43:20 +03:00
Dmitri Shimanski
1b1eb17bee adds comments, OOP incapsulation and publish package to nuget 2025-03-29 02:54:54 +03:00
Dmitri Shimanski
abab2be4f4 Create project files 2025-03-29 02:34:08 +03:00