Changes between Version 380 and Version 381 of WikiStart
- Timestamp:
- 03/25/21 21:16:44 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v380 v381 290 290 291 291 There is a limitation on the ProfileConnectionFactory that might become relevant if you handle very large profiles: the websocket handler is currently limited to profiles of at most 200kB in size. This is because websockets use fixed buffer sizes. Let us know if this is an issue, we can change this limit. 292 293 When your party terminates, remember to close the created ProfileInterface to avoid memory leaks. 292 294 293 295 == Events