* Names must be unique

This commit is contained in:
Michael Van Canneyt 2024-12-02 21:28:52 +01:00
parent 6ff92cb813
commit ee136fca55

View File

@ -55,10 +55,10 @@ Const
const
websocketExportName = 'websocket';
websocketFN_Allocate = 'allocate';
websocketFN_DeAllocate = 'deallocate';
websocketFN_close = 'close';
websocketFN_send = 'send';
websocketFN_Allocate = 'allocate_websocket';
websocketFN_DeAllocate = 'deallocate_websocket';
websocketFN_close = 'close_websocket';
websocketFN_send = 'send_websocket';
implementation