mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-14 21:51:04 +00:00
Update websocket.js
This commit is contained in:
parent
b33ce602dd
commit
0522f77dde
|
@ -45,7 +45,7 @@ var WebsocketObject = function() {
|
||||||
};
|
};
|
||||||
|
|
||||||
this.send = function(uri, msg) {
|
this.send = function(uri, msg) {
|
||||||
var seed = parseInt(Math.random() * 10000);
|
var seed = parseInt(Math.random() * 10000);
|
||||||
var FN = "tmp\\stdin_" + seed + ".txt";
|
var FN = "tmp\\stdin_" + seed + ".txt";
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user