Changes between Version 380 and Version 381 of WikiStart


Ignore:
Timestamp:
03/25/21 21:16:44 (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v380 v381  
    290290
    291291There 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
     293When your party terminates, remember to close the created ProfileInterface to avoid memory leaks.
    292294
    293295== Events