mirror of
https://github.com/codex-storage/nim-websock.git
synced 2025-02-13 02:46:31 +00:00
Fix compilation on nim devel (#130)
This commit is contained in:
parent
2424f2b215
commit
acbe30e9ca
@ -210,5 +210,5 @@ method decode*(self: Ext, frame: Frame): Future[Frame] {.base, async.} =
|
|||||||
method encode*(self: Ext, frame: Frame): Future[Frame] {.base, async.} =
|
method encode*(self: Ext, frame: Frame): Future[Frame] {.base, async.} =
|
||||||
raiseAssert "Not implemented!"
|
raiseAssert "Not implemented!"
|
||||||
|
|
||||||
method toHttpOptions*(self: Ext): string {.base.} =
|
method toHttpOptions*(self: Ext): string {.base, gcsafe.} =
|
||||||
raiseAssert "Not implemented!"
|
raiseAssert "Not implemented!"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user