You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I tried to use this example to create a TCP client, but dub run command fails with:
Error: function `hunt.io.TcpStream.TcpStream.received(DataHandleStatus delegate(ByteBuffer buffer) handler)` is not callable using argument types `(void delegate(ByteBuffer buffer) @system)`
source/app.d(37,13): cannot pass argument `__lambda6` of type `void delegate(ByteBuffer buffer) @system` to parameter `DataHandleStatus delegate(ByteBuffer buffer)
handler`
/home/active/dlang/ldc-1.27.1/bin/ldc2 failed with exit code 1.
Tried with both latest dmd and ldc.
The text was updated successfully, but these errors were encountered:
Hello, I tried to use this example to create a TCP client, but
dub run
command fails with:Tried with both latest dmd and ldc.
The text was updated successfully, but these errors were encountered: