Removed debugging code, tweaks to tests

This commit is contained in:
2024-02-23 22:44:39 +01:00
parent 2cf95fcc85
commit 6f45622b09
4 changed files with 11 additions and 30 deletions

5
doc/ObjectUserdata.md Normal file
View File

@ -0,0 +1,5 @@
# Object UserData
There is no support for userdata on `WebSocketInterface`, `WebSocketConnection` or `ConnectionGroup`.
The rationale for this is that the connections can be easily managed using `SplObjectStorage` to link to a data object. Similarly, for groups, the names should be unique and can be used for lookups.