libwisp 0.2.0

a simple-to-use wisp rust library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Async Function: WispSwitchServer

Closes the current Wisp connection (if any) and connects to a new Wisp server.

- `ws_ctx` - mutable reference to the [`WispContext`]./WispContext.md.
- `newWispURL` - the new Wisp server URL to connect to.

---

See also:

- [`WispClose`]./WispClose.md
- [`WispSetServer`]./WispSetServer.md