Maccesch
|
ae019b4734
|
fixed websocket auto reconnect not working.
Also added ReconnetLimit enum to allow for infinite reconnects.
Fixes #115
|
2024-06-06 22:30:49 +02:00 |
|
Maccesch
|
7216a3281c
|
wrapped callbacks in non-reactive zones to remove potential warnings
|
2024-02-27 00:02:37 +00:00 |
|
Maccesch
|
446b10b1cf
|
chore: latest rustfmt
|
2024-02-23 02:40:54 +00:00 |
|
Maccesch
|
76facdedaa
|
chore: latest clippy
|
2024-02-23 02:36:39 +00:00 |
|
Maccesch
|
4da91b4427
|
Removed signal warnings from use_websocket 's send... methods
|
2024-02-19 23:14:33 +00:00 |
|
Maccesch
|
5f5779ed10
|
use_web_notification is now SSR-safe.
relates to #46
|
2023-12-06 00:10:33 +00:00 |
|
Lukas Potthast
|
1d50df3ede
|
Remove logging of WS url
|
2023-11-24 17:41:25 +01:00 |
|
Maccesch
|
7e988c42ea
|
added websocket docs for use in context
|
2023-09-28 10:58:59 +01:00 |
|
Maccesch
|
5eaa63f422
|
fixed websocket docs
|
2023-09-28 01:41:39 +01:00 |
|
Maccesch
|
eff44f42e0
|
websocket uses &str in send instead of String
|
2023-09-28 00:37:14 +01:00 |
|
Maccesch
|
cbb23c6c4d
|
added relative urls to use_websocket
|
2023-09-16 15:15:24 +01:00 |
|
Maccesch
|
66cdfab719
|
added relative urls to use_websocket
|
2023-09-16 02:51:08 +01:00 |
|
Maccesch
|
84e99dbb9e
|
updated to leptos 0.5.0-beta2
|
2023-08-31 04:46:46 +01:00 |
|
Maccesch
|
84fd425f48
|
fixed websocket unmount panic
|
2023-08-12 22:43:30 +01:00 |
|
Maccesch
|
58c54bb3e7
|
migrated away from CloneableFn... traits
|
2023-08-04 15:58:03 +01:00 |
|
Maccesch
|
87bf368da3
|
fixed use_event_listener removing of listener with non default options
|
2023-07-29 15:12:09 +01:00 |
|
Maccesch
|
35528c434b
|
use_websocket DX
|
2023-07-28 21:03:18 +01:00 |
|
Maccesch
|
2e08874db0
|
ported to leptos 0.5 alpha
|
2023-07-27 18:06:36 +01:00 |
|
Maccesch
|
bc94577ec6
|
added SSR feature
|
2023-07-14 22:43:19 +01:00 |
|
Maccesch
|
e2dcc81958
|
moved websocket into network category and removed feature
|
2023-07-14 16:43:42 +01:00 |
|