lune icon indicating copy to clipboard operation
lune copied to clipboard

WebSocket objects should use standard method calling conventions

Open filiptibell opened this issue 10 months ago • 0 comments

Right now web sockets in Lune use dot notation for calling methods (socket.method()) instead of more traditional colon notation (socket:method()), which is a deviation from other Lune-provided objects such as DateTime. It has been kept this way for a long time to preserve compatibility, but we should change it when it's time for 0.9.0.

filiptibell avatar Apr 18 '24 19:04 filiptibell