Skip to content

Releases: Iblis/UniTaskWebSocket

Update package json to reflect latest changes

Choose a tag to compare

@Iblis Iblis released this 19 Feb 20:07
6dd2f2b

No functional changes compared to v0.3.0

Add Possibility to set SubProtocol(s)

Choose a tag to compare

@Iblis Iblis released this 15 Feb 19:48
b8c17c9

SubProtocols passed in the constructor of WebGLWebSocket are forwarded to the JavaScript-API now

v0.2.0: Send and Receive methods available in IWebSocket

Choose a tag to compare

@Iblis Iblis released this 24 Jan 12:19
d6fe844

Send and Receive methods available in IWebSocket now for easier use of the interface

Initial release

Choose a tag to compare

@Iblis Iblis released this 08 Nov 10:30
v0.1.0

WebSocktes using an Interface that returns UniTask, allowing the use …